React学习笔记之redux与react-redux
React学习笔记之redux与react-redux前言安装redux使用原理定义静态变量constant.js实现ActionCreators(count_action.js)实现Store(store.js)实现Reducers(count_reducer.js)实现Count组件App.js程序入口index.jsreact-redux使用原理容器组件(container->Count->index.js)UI组件(component->Count->index.js)App
原创
2021-07-12 23:14:28 ·
634 阅读 ·
4 评论