mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Clean up todos
This commit is contained in:
parent
62eaa56102
commit
a9e4c16daa
1 changed files with 3 additions and 6 deletions
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
|
||||
|
|
Loading…
Reference in a new issue