cobweb/README.md
laura 54fe716d34
Some checks failed
Lint / Lint (push) Has been cancelled
make readme slightly more clear
2025-11-09 14:01:49 -03:00

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