Crate dioxus_web

Crate dioxus_web 

Source
Expand description

§Dioxus Web

Modules§

launch
This module contains the launch function, which is the main entry point for dioxus web

Structs§

Config
Configuration for the WebSys renderer for the Dioxus VirtualDOM.
HashHistory
A dioxus_history::History provider that integrates with a browser via the History API but uses the url fragment for the route. This allows serving as a single html file or on a single url path.
WebDataTransfer
A wrapper around the web_sys::DataTransfer to implement NativeDataTransfer
WebDocument
The web-target’s document provider.
WebFileData
A file representation for the web platform
WebHistory
A dioxus_history::History provider that integrates with a browser via the History API.

Traits§

WebEventExt
A extension trait for web-sys events that provides a way to get the event as a web-sys event.
WebFileExt
Helper trait for extracting the underlying web_sys::File from a FileData

Functions§

run
Runs the app as a future that can be scheduled around the main thread.