iframe-based deferred rendering with tokenized isolation layer

This commit is contained in:
laura 2025-11-08 18:34:17 -03:00
parent 1c361de610
commit 3ec65b9a0f
Signed by: w
GPG key ID: BCD2117C99E69817
8 changed files with 308 additions and 90 deletions

View file

@ -8,11 +8,14 @@ applications
- [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
- [ ] safely defer html streams
- [ ] isolated deferred rendering through iframes
- [ ] scoped css through shadow dom
- [ ] css-in-js library
- [ ] scoped css-in-js library
- [ ] interactives structures and dynamic data visibility toggling via modern
css features
- [ ] only use html streaming shenanigans for noscript environments