Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

온보딩 페이지 데이터 영속성 구현 #4

Closed
2 tasks
2wndrhs opened this issue Jan 31, 2025 · 0 comments · Fixed by #5
Closed
2 tasks

온보딩 페이지 데이터 영속성 구현 #4

2wndrhs opened this issue Jan 31, 2025 · 0 comments · Fixed by #5
Assignees

Comments

@2wndrhs
Copy link
Member

2wndrhs commented Jan 31, 2025

📄 설명

  • 페이지 이동, 새로고침이 발생해도 입력했던 데이터가 날라가지 않도록 데이터 영속성을 구현합니다.

✅ 작업할 내용

  • 사용자 입력이 발생하면 localStorage에 데이터 저장
  • 컴포넌트가 마운트될때 localStorage에 저장된 데이터가 있다면 해당 상태로 복원

🙋🏻 참고 자료

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant