Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.