persie.wei 发表于 2016-10-31 16:20:08

微信小程序,集成redux

本帖最后由 persie.wei 于 2016-11-11 11:01 编辑

微信小程序集成Redux实现的Todo list在微信小程序中使用Redux实现Todo list,同时集成了redux-devtools
使用了我自己写的小程序的Redux绑定库:wechat-weapp-redux使用导入到微信的开发工具目录指向src运行就可以了。开启redux-devtools
[*]把本项目根目录下的libs拷贝到src/libs中
[*]修改src/configureStore, 改成这样:
const {createStore, compose} = require('./libs/redux.js');
const devTools = require('./libs/remote-redux-devtools.js').default;
const reducer = require('./reducers/index.js')

// function configureStore() {
//   return createStore(reducer);
// }
function configureStore() {
return createStore(reducer, compose(devTools({
    hostname: 'localhost',
    port: 5678,
    secure: false
})));
}

module.exports = configureStore;1. 本地安装remotedev-server并启动npm install -g remotedev-server
remotedev --hostname=localhost --port=56782. 浏览器中访问localhost:5678 如果不能访问,可以尝试使用http://remotedev.io/local/,打开后点击下面的setting,设置使用本地的server。
Todos
[*]集成redux-undo
[*]集成redux-persist


**** Hidden Message *****

超贇代 发表于 2016-11-2 09:05:38

谢谢楼主啊,受益匪浅啊!











static/image/common/sigline.gif

虚拟神格
韩娱之平凡之路
红尘修仙
在中原行镖的日子
名侦探柯南之恶魔守护
绝世邪神
重活有晴天
武道至尊
邪御天娇
特种神医
九天狂人
次元聊天室
沧狼行
我家萝莉是大明星
大清之祸害
申公豹传承
霸天邪神
美国之大牧场主
疯狂游轮
盖世魔君

463927251 发表于 2016-11-2 21:11:58

ddddddddddd

丰阿岱 发表于 2016-11-3 13:55:21

好啊~~~~~~











static/image/common/sigline.gif

xiaomianao.zunhua.org/forum.php?mod=viewthread&tid=36410
ren1ren8.com/forum.php?mod=viewthread&tid=29794
easytour.club/thread-29591-1-1.html
toupiao1.renren888.cn/forum.php?mod=viewthread&tid=37798
qjsmsd.com/forum.php?mod=viewthread&tid=29695
aecud.com/forum.php?mod=viewthread&tid=60621
ki-de.com/forum.php?mod=viewthread&tid=257839
genanjx.com/forum.php?mod=viewthread&tid=27414
arvrhomes.com/forum.php?mod=viewthread&tid=33169
xzbase.com/forum.php?mod=viewthread&tid=31148
58lantu.com/forum.php?mod=viewthread&tid=35616
fsmeicheng.com/forum.php?mod=viewthread&tid=66034
1132165.com/forum.php?mod=viewthread&tid=29597
023yewang.com/forum.php?mod=viewthread&tid=25151
renxingren.com/forum.php?mod=viewthread&tid=27857
2v2l.com/forum.php?mod=viewthread&tid=30836
025yly.com/forum.php?mod=viewthread&tid=29941
zhengyuanad.cn/forum.php?mod=viewthread&tid=28433
5y52.com/forum.php?mod=viewthread&tid=33023
0937net.com/forum.php?mod=viewthread&tid=28239

226428905 发表于 2016-11-4 19:44:18

·谢谢分享   学习中

huanglin413 发表于 2017-3-20 21:28:57

楼主发资源辛苦了 谢谢楼主分享

Ywenli 发表于 2017-8-23 17:36:17

dddddddddddddddddddddd

春风十里不如你 发表于 2018-3-16 00:10:42

太太太太太感谢楼主啦

Linkasaa 发表于 2018-4-8 10:01:13

厉害厉害

扭曲的卡诺图 发表于 2018-9-1 16:12:31

666666666666666666
页: [1] 2
查看完整版本: 微信小程序,集成redux