====================================================================
Published: 1 October 2022
Tags: rust, web
Kevin King walks through rewriting a personal website using Next.js, React, tsx, and mdx, to a full-stack Rust alternative.
Some highlights:
- Yew and Axum to build a single-page application with server-side rendering, Hooks, Markdown, and code syntax highlighting
- Tailwind can be used in Rust files
- Overall the Rust full-stack ecosystem has come a long way, but it's still not close to being ideal