본문 바로가기
  • Front Developer.
배송리마인더앱 다운로드
코딩저장소

localStorage를 이용한 다크모드 예제

by 잠맹 2021. 12. 8.
728x90

 

사용자가 직접선택하는 다크모드기능이기 때문에 쿠키를 이용하는 방법보다는 localStorage이 좀더 효율적일것으로 보입니다.

 

특징

- localStorage 객체는 만료 날짜가 없는 데이터를 저장합니다.
- 데이터는 브라우저를 닫아도 삭제되지 않습니다.

 

See the Pen localStorage를 이용한 다크모드 by 장명호 (@jangmang) on CodePen.

 

참고문헌

https://www.w3schools.com/jsref/prop_win_localstorage.asp

 

Window localStorage Property

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com

 

728x90
반응형

댓글