leptos/TODO.md

27 lines
729 B
Markdown
Raw Normal View History

2022-07-31 20:46:14 +00:00
- [ ] Async
2022-08-01 22:02:02 +00:00
- [x] Resource
2022-07-31 20:46:14 +00:00
- [ ] Suspense
2022-08-01 22:45:03 +00:00
- [ ] Transitions
- [ ] Router
2022-07-31 20:46:14 +00:00
- [ ] Docs (and clippy warning to insist on docs)
- [ ] Read through + understand...
- [ ] `Props` macro
- [ ] `component` macro
- [ ] renderer
- [ ] array reconciliation (bundle size?)
2022-08-01 22:45:03 +00:00
- [ ] memory management/disposal of scopes
2022-07-31 20:46:14 +00:00
- 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
- [ ] `batch()`
- [ ] Portals
- [ ] SSR
- [ ] Macro
- [ ] Streaming HTML from server
- [ ] Streaming `Resource`s
- [ ] Loaders
- [ ] Tutorials + website
- [ ] Scoped CSS