TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Elm-like JavaScript framework?

6 点作者 melle超过 8 年前
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 条评论

melle超过 8 年前
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>
melle超过 8 年前
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>
hsavit1超过 8 年前
React - Redux should work decently well for you