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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Create beautiful charts with one line of React

44 点作者 akane超过 7 年前

6 条评论

ahmeni超过 7 年前
While it&#x27;s great to have a link to the charts themselves, you&#x27;ll definitely want to also inline some screenshots of the charts in action. Pages of code samples are handy as examples but you&#x27;ll need that first impression to draw attention.<p>Nice library though!
评论 #15746030 未加载
mindcrash超过 7 年前
Does your library take into account that React really doesn&#x27;t like DOM manipulation from external sources?<p>My team did some research on this and decided to write our own visualizations in D3 backed by React Faux DOM [1] for this very reason.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;Olical&#x2F;react-faux-dom" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Olical&#x2F;react-faux-dom</a>
vladsanchez超过 7 年前
Finally, something simply brilliant to talk about! It&#x27;s (imo) the perfect charting abstraction. Thanks for your hard work.
nk1tz超过 7 年前
As a react chart enthusiast, I love this.<p>Add a max-width and center the content of the demo page to avoid elongated charts on large screens.
评论 #15749463 未加载
deadcoder0904超过 7 年前
Awesome library. @ahmeni is right include screenshots in Github as well &amp; show the website link rather than writing the description with link in Markdown. Also, add link beside Github pages repo description too. Great job.
评论 #15758873 未加载
propelol超过 7 年前
Where is the source code?