Skip to content
This repository has been archived by the owner on Aug 10, 2019. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1.33 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.33 KB

Unstated HMR

Preserve containers' states across Hot-Module-Replacements.

Install

npm install --save unstated-hmr

Usage

import HMR from 'unstated-hmr'; // Just load the library before initializing the containers

HMR.isEnabled = IS_DEVELOPMENT;

Related

License

MIT © Fabio Spampinato