Fighting Boredom With a Hyperapp Experiment

- javascript hyperapp react vue

I’m a bit sick, so I’m looking for things to kill the boredom. 2 days ago I read a blog post on HyperApp. Yesterday I cloned the app from this Medium post in it: I created the exact same app in React and Vue. Here are the differences.

According to one comment, the React version weighs in at 127.24KB and Vue at 77.84 KB. HyperApp in a Parcel production build came out at 7.25KB (minified 2.8KB). Interesting, cause this may not even the best HyperApp can do, since (a) I’m not really a frontend dev and (b) this was my first HyperApp experience.

HyperApp TODO app screenshot

You can find the code at the following repository, suggestions welcome: citizen428/hyperapp-todo

Feedback