Reference

sessionStorage integration checklist

60-second design-review scan. Print-friendly. Pair with lesson 3.

Fit?

If not fit, prefer…

Need Prefer
Survive close + share all tabs localStorage (tiny) or server preference
Structured / large / offline IndexedDB
HTTP shell / assets offline Cache API (+ SW)
File-shaped bytes OPFS
Multi-tab live sync BroadcastChannel / localStorage events / server — not sessionStorage
Re-fetch is cheap Memory only

Implementation hygiene

Security / product