世界上最伟大的投资就是投资自己的教育
redux 和 redux-saga 学习资源分享
以下是我个人学习 redux 和 redux-saga 的学习资源分享
资源
https://github.com/xgrommx/awesome-redux
文档
http://redux.js.org/ 官方文档
http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_three_react-redux.html Redux 入门教程(三):React-Redux 的用法
https://github.com/react-guide/redux-tutorial-cn 指南
https://github.com/kenberkeley/redux-simple-tutorial Redux 莞式教程。本教程深入浅出,配套入门、进阶源码解读以及文档注释丰满的 Demo 等一条龙服务
社区
api
https://github.com/reactjs/redux/tree/master/docs/api redux api
https://github.com/reactjs/react-redux/blob/master/docs/api.md react redux api
视频
https://egghead.io/courses/getting-started-with-redux
https://egghead.io/courses/building-react-applications-with-idiomatic-redux
demo
https://github.com/jackielii/simplest-redux-example 最简单的 demo 它是一个集成了 React、Browserify 和 Redux 的最简化的示例项目
https://github.com/reactjs/redux/tree/master/examples 官方 demo
https://github.com/wesbos/Learn-Redux 一个 demo 有 webpack 例子
https://github.com/survivejs-demos/redux-demo
https://github.com/hql123/reactJS-ruby-china ruby-china
https://github.com/redux-saga/redux-saga-beginner-tutorial 简单的 demo
库
https://github.com/gajus/redux-immutable
https://github.com/reactjs/reselect
https://github.com/evgenyrodionov/redux-logger
https://github.com/redux-observable/redux-observable
https://github.com/omnidan/redux-undo
https://github.com/reactjs/react-router-redux
saga
https://github.com/redux-saga/redux-saga
https://github.com/superRaytin/redux-saga-in-chinese 创建更加复杂的异步
http://www.qingpingshan.com/jb/javascript/156524.html redux-saga 实践总结
https://scotch.io/tutorials/build-a-media-library-with-react-redux-and-redux-saga-part-2
测试
脚手架
https://github.com/davezuko/react-redux-starter-kit 脚手架
React alternative
https://github.com/developit/preact
https://github.com/infernojs/inferno
异步
http://cn.redux.js.org/docs/advanced/ExampleRedditAPI.html 一个例子
http://cn.redux.js.org/docs/advanced/AsyncActions.html 异步 action
http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_two_async_operations.html Redux 入门教程(二):中间件与异步操作
https://github.com/acdlite/redux-actions actions
代码优化
http://cn.redux.js.org/docs/recipes/ReducingBoilerplate.html 缩减样板代码 异步 actions 写法优化
chrome debug
https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=zh-CN
https://github.com/zalmoxisus/redux-devtools-extension
https://github.com/gaearon/redux-devtools
完结。
本站文章均为原创内容,如需转载请注明出处,谢谢。
© 汕尾市求知科技有限公司 | Rails365 Gitlab | 知乎 | b 站 | csdn
粤公网安备 44152102000088号 | 粤ICP备19038915号
Top