leptos/TODO.md

972 B

  • core examples
    • counter
    • counters
    • fetch
      • ErrorBoundary
    • todomvc
    • parent_child
    • router
    • slots
    • hackernews
    • counter_isomorphic
    • todo_app_sqlite
  • ssr examples
  • reactivity
    • Signal wrappers
    • SignalDispose implementations on all Copy types
    • untracked access warnings
  • ErrorBoundary
    • RenderHtml implementation
    • Separate component?
  • Suspense/Transition components?
  • callbacks
    • unsync StoredValue
  • SSR
    • escaping HTML correctly (attributes + text nodes)
  • router
    • nested routes
  • _meta package (and use in hackernews)
  • integrations
  • update tests
  • hackernews example
    • TODOs
    • Suspense/Transition/Await components
    • nicer routing components
    • async routing (waiting for data to load before navigation)
    • <A> component
    • figure out rebuilding issues: list (needs new signal IDs) vs. regular rebuild