Module 514 minAdvanced
데이터 신중하게 추가하기
너무 이른 과잉 구축 없이, 적절한 시점에 하드코딩 데이터, localStorage, 데이터베이스 중에서 선택해요.
0 / 8 lessons · 0%
이 레슨을 한국어로 번역하는 중입니다. 지금은 English 버전을 보고 계십니다.번역을 도와주세요
Add data without overbuilding
Data ladder
Start with hardcoded data, then localStorage, then a real database only when needed. Ask the agent to recommend the simplest persistence option for version 1 and implement only that.