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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Integrated ViteJS SSR in Rust

1 点作者 lionside将近 3 年前

1 comment

lionside将近 3 年前
Hi HN community,<p>One of the first requests I got for ‘create-rust-app’ was from a friend of mine regarding ViteJS. At the time, I didn’t know how awesome and fast ViteJS was as opposed to webpack and the name sounded like a JavaScript library so I didn’t really see the point. Upon a second review of the project, I realized the best thing I could do for the rust web dev community was to create an example of how to integrate ViteJS-based SSR in rust. And voilà, here it is. The docs also link to an “awesome list” which references create-rust-app [1].<p>This integration paves the way for things like adding multiple front end framework choices for the project and potentially doing SSG in rust.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;vitejs&#x2F;awesome-vite#integrations-with-backends" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vitejs&#x2F;awesome-vite#integrations-with-bac...</a>