Added todos.

This commit is contained in:
JesseBrault0709 2024-06-14 12:55:10 +02:00
parent c709932af2
commit b55cea174d

View File

@ -26,6 +26,8 @@ For example:
- [ ] refactor tools/gradle start scripts to use dist instead of custom bin script - [ ] refactor tools/gradle start scripts to use dist instead of custom bin script
- [ ] have custom bin/* scripts which point to dist(s) for convenience - [ ] have custom bin/* scripts which point to dist(s) for convenience
- [ ] di bug: @Singleton toSelf() causes stack overflow - [ ] di bug: @Singleton toSelf() causes stack overflow
- [ ] `OutletContainer` trait or interface for components which can contain an `<Outlet />` child.
- [ ] `Context` should have methods for simply finding an ancestor of a certain type without the need for a predicate.
## 0.1.2 ## 0.1.2
- [x] `Outlet` component for rendering children like so: - [x] `Outlet` component for rendering children like so: