Live data from Hacker News

Hyperapp – A tiny framework for building web interfaces

hyperapp.dev

1–10 of 198 posts

Re: Hyperapp – A tiny framework for building web interfaces

#6
post #2

How is it 2x faster than react? Where does this claim come from?

At 1.7K I'm not surprised by this, and I'm not sure why you would be. React is plenty bloated, not saying it's badly coded, but it's a larger codebase than many other SPA frameworks. This one in particular seems to be using as much of native JS code as possible.

Re: Hyperapp – A tiny framework for building web interfaces

#7
I have tried Hyperapp some time ago. It's usable for small apps, but the lack of ecosystem makes it unfit for anything larger -- as is usual for all niché JS frameworks.

Funnily, the "ecosystem" page contains just Lorem Ipsum (https://hyperapp.dev/ecosystem) and the Awesome Hyperapp section for V2 is almost empty (https://github.com/jorgebucaran/awesome-hyperapp)

Re: Hyperapp – A tiny framework for building web interfaces

#10
I love it, but I actually stuck with version 1, which was way more intuitive for me.

Just a side note, I'm not fulltime front-end, so keeping up with modern frameworks is out of my capacity.

It's great for smart components to my standard multi-paged systems, but I used it even for small PWA applications.

Post reply on HN