1.0.18 • Published 9 years ago

disto-hot-loader v1.0.18

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

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 do let {Dis, act} = require('disto')
  • don't name any of your own functions register or act (or rename them before making the call)
  • adding/removing/swapping stores might need a reload.
  • source maps are a bit wonky
1.0.18

9 years ago

1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago