leptos/TODO.md

21 lines
745 B
Markdown
Raw Normal View History

2024-02-05 12:33:43 +00:00
- hackernews example
- SSR
- islands
- 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
- better import/export API
- escaping HTML correctly (attributes + text nodes)
- nested routes
- Signal wrappers
- SignalDispose implementations on all Copy types
- untracked access warnings
- nicer type than -> `impl RenderHtml<Dom>`
- \_meta package (and use in hackernews)
- building out examples to find missing features
- fix order of el and key so they're the same across traits, in build and rebuild, for attr and property
- update streaming SSR tests