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: Integrated ViteJS SSR in Rust

1 pointsby lionsideabout 3 years ago

1 comment

lionsideabout 3 years ago
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>