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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: 1 KB JavaScript library for building applications

116 点作者 jbucaran超过 7 年前

6 条评论

antoaravinth超过 7 年前
Thanks for the great library. I was trying to go-through the source and I have couple of questions.One, on line 135:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;hyperapp&#x2F;hyperapp&#x2F;blob&#x2F;master&#x2F;src&#x2F;app.js#L135" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hyperapp&#x2F;hyperapp&#x2F;blob&#x2F;master&#x2F;src&#x2F;app.js#...</a><p>You seems to be attaching global event handler. Looks like we can&#x27;t have multiple event handlers at this time. Is this expected or it would be handled in the future?<p>2. Why do we use requestAnimationFrame for rendering? Do you think its going to offer best performance all the time? Note here, I&#x27;m new to requestAnimationFrame concept, so you can answer me like I&#x27;m a noob :)
评论 #15482545 未加载
maxpert超过 7 年前
I think it&#x27;s awesome that you have a minimal piece of library, I hope does get the momentum it deserves (Shameless plug I recently did a hobby project <a href="http:&#x2F;&#x2F;invatar.ga&#x2F;" rel="nofollow">http:&#x2F;&#x2F;invatar.ga&#x2F;</a> and used moon.js on a second thought I might want to use this instead).
curtisblaine超过 7 年前
This gets reposted every other week. Aggressive marketing team behind this project?
qilo超过 7 年前
Previous HN discussion: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15264053" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15264053</a>
zaceno超过 7 年前
v0.15.0 is a great release. Feels done. Just needs the router updated for compatibility, and were ready for 1.0 imo.
评论 #15468208 未加载
speier超过 7 年前
awesome library. like a breath of fresh, after all those complex frameworks. keep up the good work guys.