mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
Clean up todos
This commit is contained in:
9
TODO.md
9
TODO.md
@@ -1,29 +1,26 @@
|
||||
- [ ] Async
|
||||
- [x] Resource
|
||||
- [ ] Suspense
|
||||
- [ ] Transitions
|
||||
- [ ] Router
|
||||
- [ ] Docs (and clippy warning to insist on docs)
|
||||
- [ ] Read through + understand...
|
||||
- [ ] `Props` macro
|
||||
- [ ] `component` macro
|
||||
- [ ] renderer
|
||||
- [ ] array reconciliation (bundle size?)
|
||||
- [ ] memory management of scopes
|
||||
- [ ] memory management/disposal of scopes
|
||||
- Reactive system improvements
|
||||
- [ ] Dispose of scopes properly
|
||||
- [ ] Effects should take `Option<T>` and return `T`
|
||||
- [ ] Better `create_memo` implementation
|
||||
- [ ] `create_signal` return 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 `Resource`s
|
||||
- [ ] Loaders
|
||||
- [ ] Transitions
|
||||
- [ ] Tutorials + website
|
||||
- [ ] Scoped CSS
|
||||
|
||||
Reference in New Issue
Block a user