disto-hot-loader
v1.0.18
Published
webpack loader to hotload disto stores and actions
Downloads
21
Readme
disto-hot-loader
(beta)
hot load your disto stores and actions
npm install disto-hot-loader --save-dev
and add disto-hot
to your webpack config's loaders.
like so - loaders: ['react-hot', 'disto-hot', 'babel-loader']
bugs
- instead of
import {Dis, act} from 'disto'
, need to dolet {Dis, act} = require('disto')
- don't name any of your own functions
register
oract
(or rename them before making the call) - adding/removing/swapping stores might need a reload.
- source maps are a bit wonky