Getting started with Yew NOTE This post is really out dated now, there are easier ways to start. See the yew official docs as this process has gotten much easier! Yew is a really nice framework for writing single-page-applications in Rust, that is then compiled to wasm for running in the browser. For me it has helped make web development much more accessible to me, but getting started with it isn't always straight forward. This is the bare-minimum to get a "hello world" in your browser - from...