A clone of Hackernews built with Prism, Rust and Actix-web.
Built using the Hackernews REST API.
Inspired by hn.svelte.dev.
This project shows the main benefits of using Prism which no other framework / compiler has:
- Smallest bundle size
- Isomorphic Rust compilation
- JIT Hydration
git clone https://github.com/kaleidawave/hackernews-prism.git
cd hackernews-prism
npm install
npm run build
npm start