accessible-app / backlog

Collecting ideas for accessible-app.com
17 stars 0 forks source link

hyperapp #21

Open marcus-herrmann opened 6 years ago

marcus-herrmann commented 6 years ago

https://hyperapp.js.org/

SteveALee commented 6 years ago

My thoughts on using hyperapp are that it offers the minimal possible framework of the type that is very popular for SPAs; namely VDOM views (jsx or hyperscript) + action functions + single state store. Thus it can provide a clear way to demonstrate design issues common to other frameworks.

It does have a few unique features compared to Vue, Reacts etc (but then they are all different and that is part of the vision here). V2 is imminent and makes a few big changes.