# Starting point: FE engineer, sessionStorage after durable stores

Learner is a frontend engineer with storage-spectrum judgment from IndexedDB, Cache API, and OPFS tracks in this repo. Goal (issue #5) is practical judgment for short-lived, tab-scoped string state via `sessionStorage` — not shipping one wizard. sessionStorage was already the “tab-scoped string map; prefer sparingly” row on the spectrum; do not re-teach the whole spectrum from zero, but firm up **page session**, **tab isolation**, and **when not to use Web Storage**. First ZPD lesson: place sessionStorage as the default only for small, tab-lifetime state and practice choose/reject against memory, localStorage, cookies, and durable stores.
