I updated my Rust-Dioxus Project Setup tutorial to support Dioxus version 0.7. This step-by-step tutorial shows you how to build a Dioxus v0.7 web application with the static site generation (SSG) option for static pre-rendering and client-side hydration. SSG lets you distribute your Single Page Application (SPA) from a Content Delivery Network (CDN) instead of a server while still supporting Search Engine Optimization (SEO).
The techniques described in the tutorial are used in the updated CroftSoft Dioxus Prototype. This application includes an Animation demonstration in which the updates are locked to the screen refresh rate by repeatedly requesting an animation frame. The code for this open source project is available from GitHub.
