DEV Community

Discussion on: Functional Programming in JavaScript with Hyperapp

Collapse
 
stevealee profile image
SteveALee

Hi Ali, that's an excellent article, thanks.

I wonder what exactly you had in mind by "it's not as production ready as the aforementioned frameworks"? What did you feel is missing?

As far as I can tell it's excellent quality, has 100% code coverage and as it's small I could probably maintain it as if I had written it myself, though there is a community to help me. I saw the docs just got a major refresh which helps a lot.

Perhaps you meant the wider ecosystem of support and tooling is small? I discovered it is possible to use it with Create React App, a bastion of production readiness :). Also Visual studio and Browser F12 tools are excellent for debugging. Being small also I can pretty easily integrate almost any package I might want to without fighting with it.