dioxus/examples
Jonathan Kelley eb39b000d7 wip: example
2021-07-01 16:03:27 -04:00
..
antipatterns.rs Docs: fleshed out custom renderer doc 2021-06-24 00:18:29 -04:00
listener.rs wip 2021-07-01 14:14:59 -04:00
README.md wip: example 2021-07-01 16:03:27 -04:00
reducer.rs chore: rename ctx to cx 2021-06-25 21:15:33 -04:00
rsx_usage.rs chore: rename ctx to cx 2021-06-25 21:15:33 -04:00
showcase.rs wip: example 2021-07-01 16:03:27 -04:00
suspense.rs wip: suspense ergonomics 2021-06-26 01:30:20 -04:00
webview.rs Docs: more examples and docs 2021-06-24 11:09:38 -04:00

Examples

Most of these examples are run through webview so you don't need the dioxus cli installed to preview the functionality. Anything labeled _web will need to be built with the Dioxus CLI to preview features that only a native bundle can handle.

List of examples:

Example What it does
The basics this does
fine grained reactivity this does
Global State Management this does
Virtual Refs this does
Inline Styles this does
Conditional Rendering this does
Maps/Iterators this does
Render To string this does
Component Children this does
Function Driven children this does
Memoization this does
Borrowed Data this does
Fragments this does
Null/None Components this does
Spread Pattern for props this does
Controlled Inputs this does
Custom Elements this does
Testing And debugging this does
Asynchronous Data this does
Fiber/Scheduled Rendering this does
CSS Compiled Styles this does