22 lines
668 B
Markdown
22 lines
668 B
Markdown
# 🕸️ cobweb
|
|
|
|
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
|
|
- [x] isolated deferred rendering through iframes
|
|
- [x] safely defer html streams
|
|
- [x] server-sided token-based sessions
|
|
- [ ] global styles w/ iframe passthrough
|
|
- [ ] iframe route lifecycle management
|
|
- [ ] proper iframe state management
|
|
- [ ] intutive high-level apis
|
|
- [ ] scoped css-in-js library
|
|
- [ ] interactives structures and dynamic data visibility toggling via modern
|
|
css features
|
|
- [ ] only use html streaming shenanigans for noscript environments
|
|
- [ ] reactivity
|