Another HackerNews client build by Rust for the web with WebAssembly
-
The first thing that came to my mind is to have component-based architecture just like React. This mean, you need to find a way to run Rust code on the web browser.
Thanks to ASM.js and WebAssembly, this is possible, with a quick setup, you can compile your Rust code to ASM.js/WebAssembly in few minutes.**GitHub:**https://github.com/huytd/hackernews-rss-reader
**Article:**https://thefullsnack.com/en/rust-for-the-web.html