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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Server-side SVG price chart library that needs no front end JavaScript

2 点作者 timdaub超过 3 年前

1 comment

timdaub超过 3 年前
Hi HN,<p>I submitted this as I think it&#x27;s interesting to many given that there&#x27;s a criticial mindset towards SPA-ifying every web app.<p>I started svg-line-chart because I wanted to give my users the best possible experience on any network, device anywhere in the world.<p>The website this library is used is cached everywhere using Cloudflare. It&#x27;s PageSpeed Score is 100 and I believe that it has become a competitive edge that my website is fast and just loads. I don&#x27;t have to download the data, I don&#x27;t have to load JavaScript and probably SVG rendering is even accelerated using the graphics card (not sure).<p>It has a small drawback, which is that it&#x27;s non interactive. But for now that&#x27;s been ok.<p>If I had the time, I&#x27;d rebuild whatever is possible from d3js in svg!