Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 833 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 833 Bytes

omniscient with react hot loader

Coupling react-hot-loader with your omniscient application, your omniscient components automatically hot reload without needing a page refresh as you change the source code of your application, with your app's state kept in tact.

As of react hot loader version 1.0, no source code changes are needed on the client side to enable hot reloading for your application.

setup

  • install with npm i
  • run the hot reloading server npm run start
  • load up http://localhost:3000
  • watch your omniscient app hot reload while you edit and save the clicks.js component in your editor!

Omniscient React Hot Loader Gif