Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ne-smalltown/redux-vs-mobx
An intuitive demo to show the huge difference between Redux and Mobx.
https://github.com/ne-smalltown/redux-vs-mobx
javascript react
Last synced: 3 days ago
JSON representation
An intuitive demo to show the huge difference between Redux and Mobx.
- Host: GitHub
- URL: https://github.com/ne-smalltown/redux-vs-mobx
- Owner: NE-SmallTown
- License: mit
- Created: 2022-01-25T12:53:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T14:07:58.000Z (7 months ago)
- Last Synced: 2024-04-10T17:10:32.944Z (7 months ago)
- Topics: javascript, react
- Language: TypeScript
- Homepage: https://ne-smalltown.github.io/redux-vs-mobx
- Size: 192 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redux-vs-Mobx
A demo showing the core difference between Redux and Mobx.
## Online Demo
https://ne-smalltown.github.io/redux-vs-mobx
## Run in local
`npm run dev`
If you want to see what will happen when you pass an object as a prop, please edit the `mobx-demo/index.js` or `redux-demo/index.js` by uncommenting.
## More explanation
See https://zhuanlan.zhihu.com/p/461844358 for more details.