cobweb/README.md
laura 2a05345589
Some checks are pending
Lint / Lint (push) Waiting to run
gh actions workflow for linting
2025-11-08 18:43:59 -03:00

22 lines
670 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] precompiled jsx runtime
- [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