https://github.com/rwson/my-redux
write yourself's redux
https://github.com/rwson/my-redux
Last synced: 6 months ago
JSON representation
write yourself's redux
- Host: GitHub
- URL: https://github.com/rwson/my-redux
- Owner: rwson
- Created: 2017-05-10T04:55:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T05:45:16.000Z (about 9 years ago)
- Last Synced: 2025-07-03T14:09:53.083Z (about 1 year ago)
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My-redux
-------
读[《React小书》](http://huziketang.com/books/react),自己实现一个Redux
#### Usege/Demo
- simple
```bash
git clone https://github.com/rwson/my-redux.git
cd my-redux/demo/simple
yarn [npm install]
yarn start [npm start]
```
- todo
```bash
cd my-redux/demo/todo
yarn [npm install]
yarn start [npm start]
```