Jonathan Kelley 8994467189 Merge pull request #67 from DioxusLabs/jk/router2dotoh 3 년 전
..
depth 97a2c62804 docs: create a new "advanced" book 3 년 전
desktop 5dc4ec5639 docs: getting stated guides 3 년 전
guide 3de776c42a docs: fix the reference code 3 년 전
images 1b6e608cd0 docs: update references 3 년 전
mobile 5dc4ec5639 docs: getting stated guides 3 년 전
ssr 3de776c42a docs: fix the reference code 3 년 전
tui 5dc4ec5639 docs: getting stated guides 3 년 전
web 8994467189 Merge pull request #67 from DioxusLabs/jk/router2dotoh 3 년 전
README.md 1b6e608cd0 docs: update references 3 년 전
SUMMARY.md 1b6e608cd0 docs: update references 3 년 전

README.md

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.