mathbong
Home
∑ School Math∑ Advanced Math
[] CodingAI Vibe</> Utils⎈ Infra
◎ My Project
Terms Tools About
KO
Glossary coding Term Page

localStorage

a simple browser storage system that keeps key-value strings

web-storage #coding#javascript#svelte
Korean version

Aliases

Web Storage APIsessionStorage

Related Concepts

JSON.stringify / JSON.parseTTL (Time To Live)bind:Two-way bindingForm state object

Core Idea

localStorage is a simple browser storage system that keeps key-value strings. It usually makes the most sense alongside JSON.stringify / JSON.parse, TTL, bind:.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept

[JavaScript 시리즈 20편] 캡스톤: 접근성·패턴·성능을 아우르는 미니 웹앱 13~19편에서 다룬 개념을 모두 결합해 접근성 좋은 태스크 허브 앱을 설계하고 배포합니다.[JavaScript 시리즈 12편] 중간 점검: 폼·저장소·컴포넌트를 한 화면으로 묶기 전반부에서 만든 입력 검증, 저장, 이벤트 패턴을 한 화면으로 조립해 흐름을 정리합니다.[JavaScript 시리즈 9편] localStorage와 sessionStorage로 상태 보존하기 브라우저 저장소 API를 활용해 사용자 데이터를 유지하고 동기화하는 방법을 실무 감각으로 정리합니다.

© 2026 mathbong. All rights reserved.

RSS