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.

Show HN: 1 KB JavaScript library for building applications

116 pointsby jbucaranover 7 years ago

6 comments

antoaravinthover 7 years ago
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 未加载
maxpertover 7 years ago
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).
curtisblaineover 7 years ago
This gets reposted every other week. Aggressive marketing team behind this project?
qiloover 7 years ago
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>
zacenoover 7 years ago
v0.15.0 is a great release. Feels done. Just needs the router updated for compatibility, and were ready for 1.0 imo.
评论 #15468208 未加载
speierover 7 years ago
awesome library. like a breath of fresh, after all those complex frameworks. keep up the good work guys.