leptos/TODO.md

41 lines
1 KiB
Markdown
Raw Normal View History

2024-02-19 02:22:03 +00:00
- core examples
- [x] counter
- [x] counters
- [x] fetch
- [x] todomvc
2024-02-21 16:06:44 +00:00
- [x] error_boundary
- [x] parent\_child
- [x] on: on components
2024-02-19 02:22:03 +00:00
- [ ] router
- [ ] slots
- [ ] hackernews
- [ ] counter\_isomorphic
- [ ] todo\_app\_sqlite
2024-02-21 16:06:44 +00:00
- other ssr examples
- [ ] error boundary SSR
2024-02-19 02:22:03 +00:00
- reactivity
- Signal wrappers
- SignalDispose implementations on all Copy types
- untracked access warnings
2024-02-19 19:23:52 +00:00
- ErrorBoundary
- [ ] RenderHtml implementation
- [ ] Separate component?
- Suspense/Transition components?
2024-02-19 02:22:03 +00:00
- callbacks
- unsync StoredValue
- SSR
- escaping HTML correctly (attributes + text nodes)
- router
- nested routes
2024-02-24 16:52:40 +00:00
- trailing slashes
2024-02-19 02:22:03 +00:00
- \_meta package (and use in hackernews)
- integrations
- update tests
2024-02-05 12:33:43 +00:00
- hackernews example
- 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