PureScript + webpack + vanilla HMR
Simple + fast build of PureScript with Webpack and Hot Module Replacement (HMR). No Pulp, no Gulp or anything else - just webpack.
“I strongly suggest you to consider using vanilla HMR API instead of React Hot Loader, React Transform, or other similar projects. It’s just so much simpler—at least, it is today.”
Quote by Dan Abranov (Creator of Redux, React Hot Loader etc.)
Why not the using the same stuff for building PureScript application today?
Pux
with HMR
?To demonstrate the feature of HMR
the example app uses Pux
under the hood. However, Pux’s starter-app
has already merged the HMR solution from here. So you don’t need to implement this HMR
thing into your Pux app.
It’s recommended to use yarn
yarn install
yarn start
Have fun :) — Jens Krause — jkrause.io