hotify

0.1.0 • Public • Published

hotify

This is a browserify transform that makes module bundles hot in HMR (Hot Module Replacement) terms. It is meant to be used in combination with browserify-hmr that deals with hot reloading.

This transform does not attempts to reload only updated modules like react-hot-reload, instead it assumes that your application is written such that reloading all of it will do the right thing. In practice it's being developed for reflex as it's architecture allows full application code swap without loosing a state. If your application architecture matches you should be able to use this transform as well.

Package Sidebar

Install

npm i hotify

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • gozala