https://github.com/e-e-e/mobx-or-redux
A straw-man app for demonstrating Redux vs MobX state management patterns in React.
https://github.com/e-e-e/mobx-or-redux
Last synced: about 1 month ago
JSON representation
A straw-man app for demonstrating Redux vs MobX state management patterns in React.
- Host: GitHub
- URL: https://github.com/e-e-e/mobx-or-redux
- Owner: e-e-e
- Created: 2021-01-27T14:20:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-27T14:20:42.000Z (over 5 years ago)
- Last Synced: 2025-02-28T22:12:18.820Z (over 1 year ago)
- Language: TypeScript
- Size: 235 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A dummy app for showing MobX and Redux
A dirty quick app for demonstrating Mobx and Redux as state management systems.
Built on top of create-react-app.