|
|
|
|
|
by jarcane
2865 days ago
|
|
There are addons for routing and HTTP requests for hyperapp, and they add trivial amounts to the bundle size. The reason to use hyperapp IMO is it is far closer to the actual Elm-style FRP model, and as such includes functional state management out of the box, in a far less awkward and boilerplate heavy way than Redux provides. |
|