implementing routing and streamline tsx runtime
This commit is contained in:
parent
3d733cfe0b
commit
4af7b21171
14 changed files with 820 additions and 451 deletions
17
README.md
17
README.md
|
|
@ -1,3 +1,18 @@
|
|||
# 🕸️ cobweb
|
||||
|
||||
a lightweight, tiny web framework for deno
|
||||
a lightweight, tiny web framework for deno designed for dynamic no-js
|
||||
applications
|
||||
|
||||
# status
|
||||
|
||||
- [x] type-safe routing
|
||||
- [x] html streaming support
|
||||
- [x] jsx runtime
|
||||
- [ ] intutive high-level apis
|
||||
- [ ] safely defer html streams
|
||||
- [ ] isolated deferred rendering through iframes
|
||||
- [ ] scoped css through shadow dom
|
||||
- [ ] css-in-js library
|
||||
- [ ] interactives structures and dynamic data visibility toggling via modern
|
||||
css features
|
||||
- [ ] only use html streaming shenanigans for noscript environments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue