Skip to content

chenbinhi/react-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# react-practice
# 构成:
* react + webpack + babel (ES2015)
* redux/react-redux
* react-router/react-router-redux
* reselct
* redux-form
* react-dnd

## webpack
* DefinePlugin
* HtmlWebpackPlugin
* ProviderPlugin
* babel-loader
* style-loader
* css-loader:  css-module
* postcss-loader: autoprefixer
* file-loader
* 多入口打包(Todo: react-router 异步加载)
* CommonsChunkPlugin ?  http://webpack.github.io/docs/code-splitting.html

## 调试:
* redux-dev-tools

## 组件
* LogA
* LazyImg
* UnctrlInput

## Todo:
* unit test case
* saga/observerable
* api module:  isomorphic-fetch normalize // 优先级高
* webpack dll  // 优先级低
* 国际化支持(i18n)  // 优先级低
* react-tap-event-plugin
* http://bvaughn.github.io/react-virtualized-select/
* https://github.com/clauderic/react-infinite-calendar/
* https://github.com/clauderic/react-sortable-hoc
* https://github.com/emilebres/react-virtualized-checkbox
* https://github.com/ultimate-pagination/react-ultimate-pagination-material-ui
* http://codepen.io/kevinsmets/pen/AmDzh
/* A flexbox implementation with css tables fallback, when the browser doesn't support the new syntax (2013).

### Flexbox works in ###

- Android 4.4+ (untested)
- IE11
- FF 22+ (required for absolute positioning)
- Chrome 29+

### Table fallback ###

- Android 4.3 and below (untested)
- IE8 - IE10
- iOS 7 and below
- Safari

*/

About

react practice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published