dioxus/docs/reference/src
Chris Morgan 0a9f862cf8
Fix errors in the suggested index.html template
What was there was an abomination that would not behave at all properly.
The changes I’ve made are extremely conservative. Myself, I’d get rid of
the <html>, <head>, </head>, <body>, </body> and </html> lines as
superfluous, and remove the space inside the div, which I certainly hope
isn’t load-bearing.
2022-01-04 21:55:41 +11:00
..
depth docs: create a new "advanced" book 2021-10-29 00:40:36 -04:00
desktop docs: getting stated guides 2022-01-03 11:32:03 -05:00
guide docs: fix the reference code 2022-01-03 13:26:15 -05:00
images docs: update references 2022-01-03 10:20:14 -05:00
mobile docs: getting stated guides 2022-01-03 11:32:03 -05:00
ssr docs: fix the reference code 2022-01-03 13:26:15 -05:00
tui docs: getting stated guides 2022-01-03 11:32:03 -05:00
web Fix errors in the suggested index.html template 2022-01-04 21:55:41 +11:00
README.md docs: update references 2022-01-03 10:20:14 -05:00
SUMMARY.md docs: update references 2022-01-03 10:20:14 -05:00

Dioxus: Reference and Advanced Guides

dioxuslogo

Dioxus is a framework and ecosystem for building fast, scalable, and robust user interfaces with the Rust programming language. This guide will help you get started with Dioxus running on the Web, Desktop, Mobile, and more.

This book is the reference and Advanced Guides for the Dioxus framework. For a tutorial on how to actually use Dioxus, make sure to check out the official guide.

Reference and Guides

With the reference, we aim to maintain documentation of functionality that might not be mentioned in the official guide to keep the information load to a minimum. Some topics not included by the guide but discussed in the reference include:

  • ThreadSafety of the VirtualDom
  • Full usage of rsx! and included features
  • Spread pattern for component properties
  • Testing
  • Memoization in Depth
  • Custom Elements
  • Custom Renderers

Contributing

If this doc is lacking in any way, is confusing, has a typo, or you'd just like to help improve things, feel free to make a PR against the Dioxus repo.

All contributions will be licensed under MIT/Apache2.