-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
59 lines (50 loc) · 1.36 KB
/
README
File metadata and controls
59 lines (50 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# 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
*/