ReactNative+Redux 详细步骤整理笔记

1.文件目录结构:

ReactNative+Redux 详细步骤整理笔记_第1张图片
文件目录结构

2.setup.js

ReactNative+Redux 详细步骤整理笔记_第2张图片
setuo.js

3.store中的configureStore.js

ReactNative+Redux 详细步骤整理笔记_第3张图片
configureStore.js

4.actions 中types.js

types.js

5.actions中user.js,其中UserService是存放请求函数的文件.

ReactNative+Redux 详细步骤整理笔记_第4张图片
user.js

6.reducers文件夹中user.js

ReactNative+Redux 详细步骤整理笔记_第5张图片
reducers=>user.js

你可能感兴趣的:(ReactNative+Redux 详细步骤整理笔记)