Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 685 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 685 Bytes

BaliJS #9 Meetup 😉

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.

Get Started

  1. Clone this repo - $ git clone https://github.com/BaliJS/balijs-react-router.git
  2. Go to folder - $ cd <folder-name>
  3. And run $ npm install then npm start