Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 385 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 385 Bytes

todo-app-mobx-vs-redux

Example for the blog about Move from Redux to MobX - reduce boilerplate

Todo app that demonstrates MobX vs Redux

You can run each version by calling npm start in their own folders.

Each version relies on the API that is also in this repo. To run it go to mobx-talk-api and also type npm start.

Enjoy!