react-mobx-definitive-boilerplate

React + Mobx + React Router 4 + Code Splitting + WebPack 2

OTHER License

Stars
6

react-mobx-definitive-boilerplate

React + Mobx + React Router 4 + Code Splitting + WebPack 2

This project is the definitive boilerplate for people who want to use:

  • React
  • Mobx (or other state managment)
  • React Router 4 last version
  • Code Splitting for pages (vendors and commons)
  • Webpack for development & real production

Capture of development Webpack Dasboard:

Capture of real Code Splitting:

For dev environments...

$ npm start

For production environments...

$ npm run build

Important:

Authors: @chemitaxis @alexvcasillas

More documentation soon!

Related Projects