mirror of
https://github.com/DioxusLabs/dioxus
synced 2025-02-16 21:58:25 +00:00
347 B
347 B
Initial Release
- (Macro) Tweak event syntax to not be dependent on wasm32 target (just return regular closures)
- (Macro) Tweak component syntax to accept a new custom element
- (Core) Introduce the VDOM and patch API for 3rd party renderers
- (Web) Web-sys renderer and web tests
- (Examples) Tide example with templating