Jonathan Kelley e9978c119f Don't strip the prefix from custom assets 1 gadu atpakaļ
..
PWA-example 6ed3aafb2f Get cargo check --all working 1 gadu atpakaļ
assets 8918bf9463 Make the calculator more beautiful 1 gadu atpakaļ
mobile_demo 85c7c22619 Make router work on web 1 gadu atpakaļ
openid_connect_demo 85c7c22619 Make router work on web 1 gadu atpakaļ
tailwind e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
README.md ee25c03e74 fix some clippy lints 1 gadu atpakaļ
all_events.rs 06d9b575b7 rename use_selector to use_memo 1 gadu atpakaļ
calculator.rs 06d9b575b7 rename use_selector to use_memo 1 gadu atpakaļ
clock.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
compose.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
control_focus.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
counter.rs 028f499bf6 Fix generational box in release mode 1 gadu atpakaļ
crm.rs 028f499bf6 Fix generational box in release mode 1 gadu atpakaļ
custom_assets.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
custom_html.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
disabled.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
dog_app.rs 028f499bf6 Fix generational box in release mode 1 gadu atpakaļ
dynamic_asset.rs e9978c119f Don't strip the prefix from custom assets 1 gadu atpakaļ
error_handle.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
eval.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
file_explorer.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
file_upload.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
filedragdrop.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
flat_router.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
form.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
generic_component.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
global.rs 06d9b575b7 rename use_selector to use_memo 1 gadu atpakaļ
hello_world.rs 83bce6ce97 Make cargo check --all --examples work! 1 gadu atpakaļ
hydration.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
inputs.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
link.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
login_form.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
multiwindow.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
nested_listeners.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
optional_props.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
overlay.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
pattern_model.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
pattern_reducer.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
query_segments.rs 552ce92c64 Don't make query_segments special 1 gadu atpakaļ
read_size.rs 83bce6ce97 Make cargo check --all --examples work! 1 gadu atpakaļ
readme.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
router.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
rsx_usage.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
scroll_to_top.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
shortcut.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
shorthand.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
signals.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
simple_desktop.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
simple_list.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
simple_router.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
spread.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
ssr.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
streams.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
suspense.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
svg.rs 06d9b575b7 rename use_selector to use_memo 1 gadu atpakaļ
svg_basic.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
tasks.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
textarea.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ
todomvc.rs 06d9b575b7 rename use_selector to use_memo 1 gadu atpakaļ
video_stream.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
web_component.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
window_event.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
window_focus.rs 3ded0f5329 Make more examples cross-platform 1 gadu atpakaļ
window_zoom.rs 85c7c22619 Make router work on web 1 gadu atpakaļ
xss_safety.rs e65c5f0eb3 depreciate the render macro 1 gadu atpakaļ

README.md

Examples

These examples are fully-fledged mini Dioxus apps.

You can run them with cargo run --example EXAMPLE_NAME. Example:

cargo run --example hello_world

(Most of these examples are run through webview, so you don't need the Dioxus CLI installed)

Basic Features

hello_world - Most basic example

readme - Counter example from the Readme

custom_assets - Include images

custom_html - Customize wrapper HTML

eval - Evaluate JS expressions

RSX

rsx_usage - Demo of all RSX features

xss_safety - You can include text without worrying about injections by default

Props

borrowed - Borrowed props

inlineprops - Demo of inline_props macro

optional_props - Optional props

CSS

all_css - You can specify any CSS attribute

tailwind - You can use a library for styling

Input Handling

all_events - Basic event handling demo

filedragdrop - Handle dropped files

form - Handle form submission

inputs - Input values

nested_listeners - Nested handlers and bubbling

textarea - Text area input

State Management

fermi - Fermi library for state management

pattern_reducer - The reducer pattern with use_state

rsx_compile_fail

Async

login_form - Login endpoint example

suspense - Render placeholders while data is loading

tasks - Continuously run future

SVG

svg_basic

svg

Performance

framework_benchmark - Renders a huge list

Note: The benchmark should be run in release mode:

cargo run --example framework_benchmark --release

heavy_compute - How to deal with expensive operations

Server-side rendering

ssr - Rendering RSX server-side

hydration - Pre-rendering with hydration

Common Patterns

disabled - Disable buttons conditionally

error_handle - Handle errors with early return

Routing

flat_router - Basic, flat route example

router - Router example

link - Internal, external and custom links

Platform Features

window_event - Window decorations, fullscreen, minimization, etc.

window_zoom – Zoom in or out

Example Apps

calculator - Simple calculator

pattern_model - Simple calculator, but using a custom struct as the model

crm - Toy multi-page customer management app

dog_app - Accesses dog API

file_explorer - File browser that uses use_ref to interact with the model

todomvc - Todo task list example

TODO

Missing Features

  • Fine-grained reactivity
  • Refs - imperative handles to elements
  • Function-driven children: Pass functions to make VNodes

Missing examples

  • Shared state
  • Root-less element groups
  • Custom elements
  • Component Children: Pass children into child components
  • Render To string: Render a mounted virtualdom to a string
  • Testing and Debugging