dioxus/packages
Jonathan Kelley 904b26f711 feat: add edits back! and more webview support!
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.
2021-07-05 18:37:15 -04:00
..
atoms chore: rename ctx to cx 2021-06-25 21:15:33 -04:00
cli feat: add edits back! and more webview support! 2021-07-05 18:37:15 -04:00
core feat: add edits back! and more webview support! 2021-07-05 18:37:15 -04:00
core-macro feat: add edits back! and more webview support! 2021-07-05 18:37:15 -04:00
docsite chore: rename ctx to cx 2021-06-25 21:15:33 -04:00
hooks chore: rename ctx to cx 2021-06-25 21:15:33 -04:00
html-namespace wip 2021-07-01 14:14:59 -04:00
inputs wip: start moving events to rc<event> 2021-06-16 23:37:55 -04:00
ios Feat: massive changes to definition of components 2021-06-01 18:33:15 -04:00
liveview chore: rename ctx to cx 2021-06-25 21:15:33 -04:00
router chore: rename ctx to cx 2021-06-25 21:15:33 -04:00
ssr chore: rename ctx to cx 2021-06-25 21:15:33 -04:00
web feat: add edits back! and more webview support! 2021-07-05 18:37:15 -04:00
webview feat: add edits back! and more webview support! 2021-07-05 18:37:15 -04:00