mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
21 lines
745 B
Markdown
21 lines
745 B
Markdown
|
- 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
|