inkyu0103 / badminton-app

https://staging-mobae.xyz
1 stars 0 forks source link

refactor: use SSR for silent login #141

Closed inkyu0103 closed 1 year ago

inkyu0103 commented 1 year ago

설명

해당 상태를 제거하는 이유는 다음과 같습니다.

관련 이슈

Fix #136

변경사항

코드적으로 변경되는 부분을 작성해주세요

스크린샷

흐름 image

SSR적용 1

SSR 적용 2

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
badminton-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 20, 2023 4:41am
inkyu0103 commented 1 year ago

user 상태를 가져오기 위해서 queryClient를 반복적으로 선언해야한다. 매번 하기 귀찮으니까 useUser 라는 이름으로 custom hook을 만들어서 사용하자.