What is a Realworld Sample project? : https://github.com/gothinkster/realworld
npm install
npm start
localhost:1221
Comparision
redux: https://github.com/gothinkster/react-redux-realworld-example-app
mobx: https://github.com/gothinkster/react-mobx-realworld-example-app
src loc | static/js size | |
---|---|---|
cs | 2500 | 3400 |
redux | 2050 | 3752 |
mobx | 1917 | 4704 |