leptos/TODO.md

38 lines
972 B
Markdown
Raw Normal View History

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