Dan Abramov 两套课程的练习代码
Getting Started with Redux 和 Building React Applications with Idiomatic Redux
按照课程小结,整理每小结课程同步的代码。
src 目录下,01_XX 是 Getting Started with Redux 这个课程的,02_XX 是 Building React Applications with Idiomatic Redux 的,XX 对应课程的小节数。
- 把文件名 index_01_XX.js 或者 index_02_XX.js 改成 index.js,放到 src 目录下
- 文件夹 02_XX 的课程,直接把文件夹中的内容复制出来,放到 src 目录下
运行 npm start
在 http://localhost:3000 下可以看到示例。
Building React Applications with Idiomatic Redux 课程中,有部分老旧的代码,在 router v4 下不能正常运行,在这份练习代码中,已经更新为新版的使用方法,因此和课程中略有不同