Hyperapp – A tiny framework for building web interfaces
11–20 of 198 posts
Re: Hyperapp – A tiny framework for building web interfaces
#12I 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 )
Also server-side routing is broken and that link will not work.
Re: Hyperapp – A tiny framework for building web interfaces
#13It is simple, easy to understand and easy to reason with. However, I would recommend this only for small apps. As soon as your app's features/complexity increases, you end up writing a lot of biolerplate code that libraries like Vue or Preact already handle you for.
Re: Hyperapp – A tiny framework for building web interfaces
#14Re: Hyperapp – A tiny framework for building web interfaces
#15Just use https://preactjs.com/ and call it a day
Re: Hyperapp – A tiny framework for building web interfaces
#16Just use https://preactjs.com/ and call it a day
I like how HyperApp takes this to another level, but the ecosystem of Preact is simply better.
Re: Hyperapp – A tiny framework for building web interfaces
#17When last I checked, Hyperapp was basically the elm architecture implemented in JS, a gateway drug.
People starting with Elm, love the idea, but not the ecosystem, and come back to JS in the end.
That's how Redux was created.
Re: Hyperapp – A tiny framework for building web interfaces
#18I've used this for building the browser extensions for my app [1]. It is simple, easy to understand and easy to reason with. However, I would recommend this only for small apps. As soon as your app's features/complexity increases, you end up writing a lot of biolerplate code that libraries like Vue or Preact already handle you for. [1] https://www.emailthis.me
Re: Hyperapp – A tiny framework for building web interfaces
#19I 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.
Re: Hyperapp – A tiny framework for building web interfaces
#20Looks like som obfuscated JS-code..