https://github.com/dai1254473705/bx
react-native项目
https://github.com/dai1254473705/bx
react-native react-native-splashscreen react-navigation redux redux-saga
Last synced: 2 months ago
JSON representation
react-native项目
- Host: GitHub
- URL: https://github.com/dai1254473705/bx
- Owner: dai1254473705
- License: mit
- Created: 2018-04-14T13:30:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T23:23:41.000Z (about 8 years ago)
- Last Synced: 2025-01-08T13:35:35.965Z (over 1 year ago)
- Topics: react-native, react-native-splashscreen, react-navigation, redux, redux-saga
- Language: JavaScript
- Size: 354 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bx
react-native项目
### 一、使用到的模块
>
+ react
+ react-native
+ redux
+ react-redux
+ react-native-simple-store
+ react-sagas
+ react-navigation
+ [redux-logger]
### 二、结构
#### 1. store/
store 保存所有状态,通过actions触发reducer更新状态
actions/
reducer/
ActionTypes
index.js 入口
#### 2. sagas/
sagas 异步处理 store
allApi/
index.js 入口
#### 3. net/
net 网络请求,封装了fetch,需要修改成await,async
index.js
#### 4. images/
images 存放图片资源
icon/ [小的通用icon]
logo/ [APP的logo]
static/[一些大的不变的资源,尽量使用网络资源]
favicon/[favicon]
#### 5.config/
配置接口地址,还需要修改
#### 6.containers/
页面组件入口文件夹,还需要修改
index.js 入口
#### 7. components/
公共组件
#### 8. pages/
页面
#### 9.utils/
工具包