Who is using Hyperapp? #1021
Replies: 13 comments
-
@aarongarciah I think that's a good idea. We also have https://github.com/hyperapp/awesome-hyperapp. |
Beta Was this translation helpful? Give feedback.
-
Has anyone built any "real world websites" with the latest API? I have a few hyperapp apps in the wild but most of them use an older build as I haven't had the time to refactor them all and am now waiting till 2.0 to build any more. I'm guessing qiita uses |
Beta Was this translation helpful? Give feedback.
-
Yes it's true most devs are waiting for the 2.0 API implementation to start making production apps everywhere. |
Beta Was this translation helpful? Give feedback.
-
I am currently making something but it is not deployed. Holding off until 2.0 as well though. Just JSX changes for the most part, as core logic has been ironed out. Great question though! |
Beta Was this translation helpful? Give feedback.
-
@loteoo hyperapp.rocks looks great 😄 |
Beta Was this translation helpful? Give feedback.
-
I am using it to send api calls to a go server for serial port communications. Packaged as an executable (windows/mac/linux). Not a public facing website, but LAN facing 🎉 https://github.com/selfup/hmrcmd Example UI: https://user-images.githubusercontent.com/9837366/45041314-984cff80-b02d-11e8-97f7-1fbbeb2899d1.png |
Beta Was this translation helpful? Give feedback.
-
I'll grant that I haven't done anything practical with it... but at ~1kb, it seems to me like it'd make the perfect library for interactive widgets on static sites, usefulness as a general app framework aside. It at least got me interested enough to play around with it a bit. (TodoMVC, A dirty impure attempt at async components) I'll admit I am kinda also waiting for the official release of V2 :P |
Beta Was this translation helpful? Give feedback.
-
We use hyperapp v1 in production (injectable widget, ~3000 installations) |
Beta Was this translation helpful? Give feedback.
-
We use it at Thankful.ai to build dynamic pages for end-users to provide information. We use v1 for our backend. |
Beta Was this translation helpful? Give feedback.
-
Just wanna share in case anyone is interested. I have recently used Hyperapp to create a local web app that allows you to visualize your repository. It's my first time using Hyperapp along with d3js, had a lot of fun. I honestly thought this is a great framework, but It'd probably need more documentation. Personally (not in this but in a project I am currently working on) I had to read through the source code to know how to make a POST request to upload a file properly (boring, but necessary task). Cheers ! |
Beta Was this translation helpful? Give feedback.
-
I built Another Writing Application, a writing workspace where you can gather sources, read, search for and write stuffs. https://github.com/minhthanh3145/Another-Writing-Application Shout out in Hyperapp for being such a great framework. |
Beta Was this translation helpful? Give feedback.
-
So we have two "websites" that we use in production. They are really hybrid mobile apps that run on android tablets in the cab of big rigs. One of them uses hyperapp 1 (Workflow), and one uses the latest version of hyperapp 2 (TripScan). When we started building Workflow, hyperapp 2 was nowhere near ready, and I am sure at some point we will migrate it. We actually won best in show at Freight Waves this year with our two apps. They use hyperapp, ionic capacitor, and some custom plugins to hook into Platform Sciences android ecosystem. We also use pubnub with a REST fallback, local store and forward, and Scanbot for document scanning (in TripScan). |
Beta Was this translation helpful? Give feedback.
-
Would be nice to see a list of some real world websites built with Hyperapp. This would improve the trust in the project for newcomers that want to use Hyperapp to ship production-ready code.
Maybe a section like Who is using Hyperapp? in the README.md is enough.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions