dioxus/docs/gettingstarted/webapps.md
2021-03-02 01:47:27 -05:00

553 B

Choose your architecture type:

  • Static Pages
  • Server-side-rendering
  • Pure SPA
  • Hybrid SPA (liveview)

Static Pages

You'll want the TextRenderer crate. Use it imperatively by passing props and rendering to string.

Server-side-rendering

You'll want the TextRenderer crate. Serve it with a dedicated middleware crate.

Pure SPA

You'll want the WebSys Crate.

Hybrid SPA (hydration)

You'll want the WebSys Crate You'll want the TextRenderer crate

Hybrid SPA (liveview)

You'll want the WebSys crate. You'll want the Liveview crate.