dioxus/notes/TODO.md
2021-07-08 23:25:27 -04:00

1.1 KiB

  • Move the builder API onto NodeFactory

  • Transition away from names and towards compile-time safe tags

  • Fix diffing of fragments

  • Properly integrate memoization to prevent safety issues with children

  • Understand and fix the issue with callbacks (outdated generations)

  • Fix examples for core, web, ssr, and general

  • [] Finish up documentation

  • [] Polish the Recoil (Dirac?) API

  • Find better names for things

  • [] get the html macro up to parity with the rsx! macro

  • put warnings in for iterating w/o keys

  • [] finish up the crate for generating code blocks

  • [] make progress on the docusarus-style crate for generating the websites

  • [] build the docsite

  • [] find a way to serialize the virtualdom completely

  • [] ...some how deserialize (hydrate) the dom state?

  • [] Implement controlled inputs for select and textarea

  • [] ...somehow... noderefs....

  • soup of the use_state hook

  • wire up inline css

  • compile-time correct inline CSS

  • signals

  • cooperative scheduler

  • suspense

  • task system

  • [] wire up events for webview

  • [] JIT for class-based style engines

  • []