mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-14 00:17:17 +00:00
904b26f711
This commit adds a new type - the DomEdit - for serializing the changes made by the diffing machine. The architecture of how DomEdits fit into the cooperative scheduling is still TBD but it will allow us to build change lists without applying them immediately. This is more performant and allows us to only render parts of the page at a time. This commit also adds more infrastructure around webview. Dioxus can now run on the web, generate static pages, run in the desktop, and run on mobile, with a large part of thanks to webview. |
||
---|---|---|
.. | ||
atoms | ||
cli | ||
core | ||
core-macro | ||
docsite | ||
hooks | ||
html-namespace | ||
inputs | ||
ios | ||
liveview | ||
router | ||
ssr | ||
web | ||
webview |