Cookbook
Practical recipes for common Resuma patterns — copy, adapt, and ship.
LIVE
Debounced input
Recipes
Debouncer
Rate-limit search input with use_debounce.
Portals
Teleport only — prefer Modal / Popup for dialogs.
View transitions
Animated route changes — skipped while a popover is open.
Theme
HtmlTheme + Popup — live html[data-theme], no hydration.
Streaming loaders
Deferred SSR for slow data.
Deploy
Fly.io, DigitalOcean, AWS, Cloudflare, Docker.
PRG pattern
Post/Redirect/Get after form submits.
Loader invalidation
Refresh stale #[load] data after mutations.
Query-driven loaders
Date pickers, filters, SPA navigate.