TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Elm-like JavaScript framework?

6 pointsby melleover 8 years ago
Hi all,<p>A company hired me to to add a major feature to an existing product. I&#x27;m free to choose whatever front-end framework I like, but I&#x27;m not sure introducing a new (functional) language in this organization would be a good idea.<p>I&#x27;m impressed by elm&#x27;s simplicity, and I&#x27;d like to structure this feature in a similar fashion. Do any of you know of existing frameworks which implement this approach?<p>I&#x27;d prefer light frameworks over heavier ones.<p>Thanks a lot!

3 comments

melleover 8 years ago
Came across:<p>- <a href="https:&#x2F;&#x2F;bitbucket.org&#x2F;jdubray&#x2F;star-javascript" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;jdubray&#x2F;star-javascript</a><p>- <a href="https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;reflex" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mozilla&#x2F;reflex</a>
melleover 8 years ago
The Choo framework looks promising! <a href="https:&#x2F;&#x2F;github.com&#x2F;yoshuawuyts&#x2F;choo" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;yoshuawuyts&#x2F;choo</a>
hsavit1over 8 years ago
React - Redux should work decently well for you