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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Alternative to HandlebarsJS for Small Projects

2 点作者 stevenhubertron超过 3 年前
I have been using handlebars for years now for small production projects. For example a single page of digital signage displaying the output of a JSON endpoint. It's been great for that but I feel like I may want to experiment with something new that can optimize my images at build time, gzip etc... What else out there these days can be used for this purpose? React/Next is overkill and to be frank not my skillset.

4 条评论

lioeters超过 3 年前
I&#x27;ve been using Eta: <a href="https:&#x2F;&#x2F;eta.js.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;eta.js.org&#x2F;</a><p>It doesn&#x27;t do gzip or image optimization, but such features might be better suited as server middlewares separate from the template engine.
motyar超过 3 年前
Try Mustache <a href="https:&#x2F;&#x2F;mustache.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mustache.github.io&#x2F;</a><p>Planing to use it on new SEO project <a href="https:&#x2F;&#x2F;vim.expert" rel="nofollow">https:&#x2F;&#x2F;vim.expert</a>
lifeisstillgood超过 3 年前
Handlebars seems to me to be the right level of abstraction - it&#x27;s done for me quite well in the past. And if I reach out for a web framework again I think I will not stray far. Good luck with your search
评论 #29652781 未加载
aregsar超过 3 年前
You might try petite-vue