BaliJS #9 second session talked about react-router and these are the demo(s).
Content:
balijs-dynamic-routing
- this demo about code-splitting in router.balijs-ssr-rhl3
- this demo about code-spliting and server-side rendering in router. (use React Hot Loader 3 as reloader)balijs-ssr-rthmr
- this demo about code-splitting and server-side rendering with material-ui. (use React Transform HMR as reloader)balijs-sync-routing
- a normal demo, sync-routing.
- Clone this repo -
$ git clone https://github.com/BaliJS/balijs-react-router.git
- Go to folder -
$ cd <folder-name>
- And run
$ npm install
thennpm start