leptos/TODO.md

28 lines
766 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-08-03 14:28:36 +00:00
- [x] Suspense
2022-08-13 19:06:34 +00:00
- [x] Transitions
2022-08-05 11:53:34 +00:00
- [ ] Tests for Suspense/Transitions
- [ ] Bugs in Suspense/Transitions
2022-08-13 19:06:34 +00:00
- [ ] let render effects that _aren't_ under the transition continue running
2022-08-29 12:08:15 +00:00
- [ ] Router example
- [ ] Styling and formatting
- [ ] Get transitions working
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?)
- Reactive system improvements
2022-08-13 19:07:11 +00:00
- [ ] Scheduling effects/run effects at end of render
2022-07-31 20:46:14 +00:00
- [ ] `batch()`
- [ ] Portals
- [ ] SSR
- [ ] Macro
- [ ] Streaming HTML from server
- [ ] Streaming `Resource`s
- [ ] Loaders
- [ ] Tutorials + website
- [ ] Scoped CSS