-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
#常用控件介绍 | ||
|
||
* [redux](https://github.com/reactjs/redux) | ||
- **17,589+ stars**, latest commit 27 April 2016 | ||
- JavaScript APP 可预见状态容器 | ||
- `npm install --save redux` | ||
|
||
* [immutable](https://github.com/facebook/immutable-js) | ||
- **12,659+ stars**, latest commit 25 April 2016 | ||
- JavaScript 不变集合 | ||
- `npm install immutable` | ||
|
||
* [react-redux](https://github.com/reactjs/react-redux) | ||
- **3046+ stars**, latest commit 21 April 2016 | ||
- Official React bindings for Redux | ||
- `npm install --save react-redux` | ||
|
||
* [react-router-redux](https://github.com/reactjs/react-router-redux) | ||
- **2949+ stars**, latest commit 25 April 2016 | ||
- react redux路由器, 提供页面导航 | ||
- `npm install --save react-router-redux` | ||
|
||
* [redux-thunk](https://github.com/gaearon/redux-thunk) | ||
- **1289+ stars**, latest commit 15 April 2016 | ||
- redux 中间件 | ||
- `npm install --save redux-thunk` | ||
|
||
* [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) | ||
- **1289+ stars**, latest commit 8 April 2016 | ||
- 提供丰富的矢量图标, 支持Android/iOS, 需要与Native集成 | ||
- `npm install --save react-native-vector-icons` | ||
|
||
* [react-native-router-flux](https://github.com/aksonov/react-native-router-flux) | ||
- **1063+ stars**, latest commit 28 April 2016 | ||
- 功能丰富, 支持嵌套, 隐藏/显示导航条, 自定义render, 支持重置导航历史 | ||
- `npm install --save react-native-router-flux` | ||
|
||
* [react-native-drawer](https://github.com/root-two/react-native-drawer) | ||
- 538+ stars, latest commit 24 April 2016 | ||
- 抽屉控件, 支持Android/iOS, | ||
- `npm install --save react-native-drawer` | ||
|
||
* [react-native-modalbox](https://github.com/maxs15/react-native-modalbox) | ||
- 324+ stars, latest commit 28 April 2016 | ||
- 很漂亮的模态窗口, 支持自定义样式, 下拉关闭 | ||
- `npm install --save react-native-modalbox` | ||
|
||
* [react-native-tab-navigator](https://github.com/exponentjs/react-native-tab-navigator) | ||
- 283+ stars, latest commit 12 April 2016 | ||
- 切换场景的tabbar, 支持Android/iOS, 功能比较简单 | ||
- `npm install --save react-native-tab-navigator` | ||
|
||
* [react-native-button](https://github.com/ide/react-native-button) | ||
- 240+ stars, latest commit 11 Feb 2016 | ||
- React Native的按钮控件, 支持按钮样式和容器内部样式 | ||
- `npm install --save react-native-button` | ||
|
||
* [react-native-storage](https://github.com/sunnylqm/react-native-storage) | ||
- 170+ stars, latest commit 28 April 2016 | ||
- 本地持久存储的控件, 同时支持react-native(AsyncStorage)和浏览器(localStorage) | ||
- `npm install --save react-native-storage` | ||
|
||
### 纠错 | ||
- QQ:2225226 |
File renamed without changes.