feat: tachys

This commit is contained in:
Greg Johnston
2024-02-05 07:33:43 -05:00
parent 61f5294f67
commit 63dacdcc95
55 changed files with 12391 additions and 13 deletions

20
TODO.md Normal file
View File

@@ -0,0 +1,20 @@
- hackernews example
- SSR
- islands
- TODOs
- Suspense/Transition/Await components
- nicer routing components
- async routing (waiting for data to load before navigation)
- `<A>` component
- figure out rebuilding issues: list (needs new signal IDs) vs. regular rebuild
- better import/export API
- escaping HTML correctly (attributes + text nodes)
- nested routes
- Signal wrappers
- SignalDispose implementations on all Copy types
- untracked access warnings
- nicer type than -> `impl RenderHtml<Dom>`
- \_meta package (and use in hackernews)
- building out examples to find missing features
- fix order of el and key so they're the same across traits, in build and rebuild, for attr and property
- update streaming SSR tests