mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
992 B
992 B
- Async
- Resource
- Suspense
- Transitions
- Tests for Suspense/Transitions
- Bugs in Suspense/Transitions
- let render effects that aren't under the transition continue running
- SSR
- SSR
- Hydration
- Streaming HTML from server
- Streaming
Resource
s - Escaping HTML entities when doing SSR
- Isomorphic rendering benchmark
- Get hydration working properly with SSR/streaming HTML
- Server functions
<Meta/>
,<Style/>
,<Link/>
- Docs (and clippy warning to insist on docs)
- Router example
- Styling and formatting
- Get transitions working
- Read through + understand...
Props
macrocomponent
macro- renderer
- array reconciliation (bundle size?)
- Reactive system improvements
- Scheduling effects/run effects at end of render
batch()
- Scoped CSS
- Portals
- Loaders
- Tutorials + website