This is a simple Hacker News SPA built using Sycamore in approx. 500 lines of Rust.
Requirements:
- Trunk: Use Trunk to build and bundle the app.
git clone https://github.com/lukechu10/hackernews-sycamore
cd hackernews-sycamore
rustup target add wasm32-unknown-unknown
npm install
trunk serve --open