Hyperapp – A tiny framework for building web interfaces
1–10 of 198 posts
Re: Hyperapp – A tiny framework for building web interfaces
#2How is it 2x faster than react? Where does this claim come from?
Re: Hyperapp – A tiny framework for building web interfaces
#3How is it 2x faster than react? Where does this claim come from?
Haven't seen the numbers but in most benchmarks React.js isn't the quickest.
Re: Hyperapp – A tiny framework for building web interfaces
#4Love the website aesthetic!
Re: Hyperapp – A tiny framework for building web interfaces
#5How is it 2x faster than react? Where does this claim come from?
A lot of other frameworks/libraries are faster than React. I know React used to be touted as the fastest option, but the reality is that it isn't.
Re: Hyperapp – A tiny framework for building web interfaces
#6How 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
#7I 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
#8Just use https://preactjs.com/ and call it a day
Re: Hyperapp – A tiny framework for building web interfaces
#9[deleted]
Re: Hyperapp – A tiny framework for building web interfaces
#10I 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.