mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
1.1 KiB
1.1 KiB
- Async
- Resource
- Render bug: when doing e.g., a
matchand having multiple branches with separatetemplates, all exist as separate document fragment and replace the fragment, not one another -- find a way to make sure thatChild<'a>returned frominsertis actually attached to the DOM - Render bug with list reconciliation
- Render bug: when doing e.g., a
- Suspense
- Resource
- Docs (and clippy warning to insist on docs)
- Read through + understand...
Propsmacrocomponentmacro- renderer
- array reconciliation (bundle size?)
- memory management of scopes
- Reactive system improvements
- Dispose of scopes properly
- Effects should take
Option<T>and returnT - Better
create_memoimplementation create_signalreturn actual closures?- Scheduling effets/run effects at end of render
batch()
- Examples
- API fetch w/ Suspense
- Router
- Portals
- SSR
- Macro
- Streaming HTML from server
- Streaming
Resources
- Loaders
- Transitions
- Tutorials + website
- Scoped CSS