mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
feat: tachys
This commit is contained in:
20
TODO.md
Normal file
20
TODO.md
Normal file
@@ -0,0 +1,20 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user