23 lines
700 B
Markdown
23 lines
700 B
Markdown
# 🕸️ cobweb
|
|
|
|
a lightweight, tiny web framework for deno tailored for dynamic
|
|
no-js applications
|
|
|
|
# status
|
|
|
|
- [x] type-safe routing
|
|
- [x] http streaming
|
|
- [x] precompiled jsx runtime
|
|
- [x] support async generators in jsx
|
|
- [x] safely defer html streams
|
|
- [x] deferred rendering through iframes
|
|
- [x] tokenized routing-based isolation layer
|
|
- [ ] global styles w/ iframe passthrough
|
|
- [ ] iframe route lifecycle management
|
|
- [ ] proper 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
|