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
7996e25045
commit
326b0ded92
1 changed files with 1 additions and 5 deletions
6
TODO.md
6
TODO.md
|
@ -12,12 +12,8 @@
|
|||
- [ ] `component` macro
|
||||
- [ ] renderer
|
||||
- [ ] array reconciliation (bundle size?)
|
||||
- [ ] memory management/disposal of scopes
|
||||
- Reactive system improvements
|
||||
- [ ] 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
|
||||
- [ ] Scheduling effects/run effects at end of render
|
||||
- [ ] `batch()`
|
||||
- [ ] Portals
|
||||
- [ ] SSR
|
||||
|
|
Loading…
Reference in a new issue