Clean up todos

This commit is contained in:
Greg Johnston 2022-08-01 18:45:03 -04:00
parent 62eaa56102
commit a9e4c16daa

View file

@ -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