@act/hmr

0.0.4 • Public • Published

Act
A simple reactive front-end framework

 


Act hot module replacement [hmr]

Act hmr hello world:

import main from '@act/hmr'

const view = (val) =>
  ['button', { click: { add: 1 } }, val]

const reducer = (state, { type, payload }) =>
  type === 'add' ? state + payload : state

main(view, { reducer, module })

Here's a full kanban board example. And here's a video explaining it in more detail.

More

The documentation for this module is part of Act's docs.

Readme

Keywords

none

Package Sidebar

Install

npm i @act/hmr

Weekly Downloads

0

Version

0.0.4

License

ISC

Last publish

Collaborators

  • act