-
Notifications
You must be signed in to change notification settings - Fork 0
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
Review์ฉ PR #1
base: empty
Are you sure you want to change the base?
Review์ฉ PR #1
Conversation
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ํ์
๋๋ฌด๋๋ฌด ๊ผผ๊ผผํ๊ฒ ์ ๊ฒฝ์จ์ ํด์ค ํฐ๊ฐ ๋ง์ด ๋๋ค์..!
๋๋ถ์ ๋ฆฌ๋ทฐํ๋ฉด์ ๋ง์ด ๋ฐฐ์๊ฐ๊ธฐ๋ ํ๊ณ ์ ํ์ ์๋ ๋ฐ์ํด์ผ๊ฒ ๋ค ๋๋ ๋ถ๋ถ์ด ๋ง์ต๋๋ค!! ์๊ณ ๋ง์์์ฉ ๐๐๐
ps. css ๋ค์ด๋ฐ์ vanilla-extract ๊ณต์๋ฌธ์์๋ ๋์์๋ ๋งํผ, camelCase๋ก ์ ์ํด์ฃผ๋ฉด ๋ ์ข์ ๊ฒ ๊ฐ์ต๋๋น !!
app/(home)/page.tsx
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P5: ํน์ ์ฌ๊ธฐ ๋ผ์ฐํ
์ฃผ์๋ฅผ home์ด ์๋๋ผ (home)์ผ๋ก ํ์ ์ด์ ๊ฐ ๋ญ์ง ๋ฌผ์ด๋ณด๋ ค๊ณ ํ๋๋ฐ,
์ฐพ์๋ณด๋ ๊ดํธ๋ก ๊ฐ์ธ์ฃผ๋ฉด url ์ฃผ์์ ์ํฅ์ ๋ฏธ์น์ง ์๊ณ ๋ผ์ฐํธ๋ฅผ ๊ตฌ์ฑํ ์ ์๋ค๊ณ ํ๋ค์..!
๋๋ถ์ ์๋ก์ด ๋ด์ฉ ์์๊ฐ๋๋น ! ๐๐
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
๋ง์์! ํ ํฐ์ ์
๋ ฅํ๋ ๋ทฐ์ url์ /
๋ก ์ ์งํ๋, follow-list ํ์ด์ง์ ๋์ผํ ํด๋ ์๊ณ๋ฅผ ๋ง๋ค์ด์ฃผ๊ณ ์ถ์ด์ url ์ฃผ์์ ์ํฅ์ ๋ฏธ์น์ง ์๋ route group์ผ๋ก ๋ฌถ์ด์คฌ์ต๋๋น~
queryKey: QUERY_KEYS.user.followInfo, | ||
queryFn: () => getUserFollowInfo(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P5: ์ด๋ฐ ์์ผ๋ก ์ ์ํ๋๊น ํจ์ฌ ๊น๋ํ๊ณ ์ข๋ค์..! ์ ๋ ์ด๋ ๊ฒ ๋ฆฌํฉํ ๋งํด๋ณด๊ฒ ์ต๋๋ค . ..
next.config.mjs
Outdated
/** @type {import('next').NextConfig} */ | ||
const nextConfig = { | ||
images: { | ||
domains: ["avatars.githubusercontent.com"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ASK: ์ด๊ฑฐ ํน์ ํฐ๋ฏธ๋์ imgaes/domains๋ deprecated๋์์ผ๋ remotePatterns๋ฅผ ํ์ฉํด๋ผ
..! ๋ผ๋ ์๋์ด ๋จ์ง ์๋์!?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ค ๋๋ฐ ๋จ๋ค์ฉ !! ๋ฃจ๋ฐ์ด๊บผ ๋ณด๊ณ ์์ ํด๋ณด๊ฒ ์ต๋๋น!
app/follow-list/page.tsx
Outdated
const token: string | null = | ||
typeof window !== "undefined" | ||
? getSessionStorageHandler().getItem("token") | ||
: null; | ||
const isHasToken = | ||
typeof window !== "undefined" | ||
? getSessionStorageHandler().hasItem("token") | ||
: false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ASK: ํน์ null๊ณผ false๋ฅผ ๋ฐํํ๋ ํํ๋ก ๊ตฌํํ์ ์ด์ ๊ฐ ๋ฐ๋ก ์์๊น์!?
์กฐ๊ฑด๋ถ ์ฒ๋ฆฌ๋ฅผ ํ ๋ ๋น ๊ฐ์ ๋ฐํํ๋๊ฒ ์ข์ ํจํด์ ์๋๋ผ๊ณ ๋ค์ด์์..!
ํน๋ณํ ์ด์ ๊ฐ ์๋ค๋ฉด ์๋์ฒ๋ผ ์์ ํด๋ด๋ ์ข์ ๊ฒ ๊ฐ์ต๋๋น ๐บ๐บ
const token: string | null = | |
typeof window !== "undefined" | |
? getSessionStorageHandler().getItem("token") | |
: null; | |
const isHasToken = | |
typeof window !== "undefined" | |
? getSessionStorageHandler().hasItem("token") | |
: false; | |
const token: string = typeof window !== "undefined" | |
&& getSessionStorageHandler().getItem("token"); | |
const isHasToken = typeof window !== "undefined" | |
&& getSessionStorageHandler().hasItem("token"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ข์ ํจํด ์ ์ ๊ฐ์ฌํฉ๋๋ค!
token ๊ฐ์ ๊ฐ์ด ์๊ฑฐ๋(string) ์์ ๋๋ ๋ช
์์ ์ผ๋ก null ๊ฐ์ด ๋๋๋ก ํ์
์ ์ง์ ํด์ฃผ์๋๋ฐ์, ์ผํญ์ฐ์ฐ์๋ก window๊ฐ undefined ์ผ ๋ null ์์ ์ ์ํด์ฃผ์ง ์์ผ๋ฉด (&&
์ฐ์ฐ์ ์ฌ์ฉ) ๊ฐ์ด false(boolean type)์ผ๋ก ์ธ์๋์ด ํ์
์๋ฌ๊ฐ ๋๋๋ผ๊ตฌ์!
๋ฐ๋ฉด isHasToken์ boolean ๊ฐ์ type์ ๊ฐ๋ ๊ฐ์ด๊ธฐ ๋๋ฌธ์ ์ ์ ์ฃผ์ ๊ฒ์ฒ๋ผ ์ผํญ ์ฐ์ฐ์๊ฐ ์๋ && ์ฐ์ฐ์๋ก ๊ตฌํํด๋ ๋ฌธ์ ๊ฐ ์์์ต๋๋ค!
๋ฐ๋ผ์ token์ ์๋ ๋ก์ง๋๋ก ์ผํญ ์ฐ์ฐ์๋ก winodw๊ฐ์ด ์กํ์ง ์์์ null ๊ฐ์ ๋ช
์ํด์ฃผ๊ณ ,
isHasToken์ &&
์ฐ์ฐ์๋ก window ๊ฐ์ด ์กํ์ง ์์ ์ false์ boolean ํ์
์ด ์ถ๋ก ๋๋๋ก ๋ก์ง ์์ ํ์ต๋๋ค ~
return [ | ||
{ type: LIST_TYPE.unMatched, list: unMatchedList }, | ||
{ type: LIST_TYPE.matched, list: matchedList }, | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
!!! ๋๋ฌด ๊น๋ํ๊ณ ์ข๋ค์ ๐๐
return deleteFollower(username); | ||
}; | ||
|
||
return useGetMutate(queryKey, mutationFn, { exact: true }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
์ค ์ด๋ ๊ฒ ์ฐ๋๊น ์ค๋ณต์ฝ๋๋ ์ค์ด๋ค๊ณ ๊ฐ๋ ์ฑ๋ ํจ์ฌ ์ข๋ค์! ๋ฐฐ์๊ฐ๋๋น . . .. ๐๐
const handleClickConfirmFollowBtn = ( | ||
e: React.MouseEvent<HTMLButtonElement> | ||
) => { | ||
if (!token) e.preventDefault(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2: ํ ํฐ์ด ์๋ค๋ฉด ํด๋ฆญ์ด๋ฒคํธ๋ฅผ ํธ๋ค๋งํ๋ ํจ์๊ฐ ๋์ํ์ง ์๋๋ก ํ๊ธฐ ์ํด ์ด ๋ถ๋ถ์ ์ถ๊ฐํด์ฃผ์ ๋ถ๋ถ์ด ๋ง์๊น์?
๊ทธ๋ ๋ค๋ฉด ์๋ ๋ฒํผ ํ๊ทธ์ disabled ์์ฑ์ ์ด์ฉํด๋ณด๋ ๊ฑด ์ด๋จ๊น์!?
๋ฒํผ ๋นํ์ฑํ๋ฅผ ์ํด ๋ง๋ค์ด์ง ์์ฑ์ด๋ ์ด๋ฅผ ํ์ฉํ๋ ๊ฒ๋ ์ข์ ๊ฒ ๊ฐ์ต๋๋ค!
<button disabled={!token}> ... </button>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disabled ์์ฑ ๋๋ฌด ์ข๋ค์! ์ ๊ฐ ์๋ํ๋ ๋์์ ๋ ์ ๊ตฌํํด์ฃผ๋ ๋ฐฉ์์ด๋ผ ๋ฐ๋ก ๋ฐ์ํ์ต๋๋คโจ
|
||
// token ์ ๋ ฅ ํ ํค๋์ ์ ์ฅํ๋ ํจ์ | ||
export const setInstanceToken = (token: string) => { | ||
instance.defaults.headers.common["Authorization"] = `Bearer ${token}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P5: ๋ฐ๋์ ํ ํฐ์ ๋ฃ์ด์ค์ผ ํ๋๊น ์์ฒญ์ด ๊ฐ๊ธฐ ์ ์ ์ด๊ฑธ ๋บ์ด์์ ํ ํฐ ๊ฐ์ ๋ฃ์ด์ค์ผ๊ฒ ๋ค!
๋ผ๊ณ ์๊ฐํด์, interceptor๋ฅผ ํ์ฉํด์ ๊ตฌํํ๋๋ฐ์..!
๋ค์ axios๋ AxiosInstance์ ๋ํด ์ฐฌ์ฐฌํ ์ฐพ์๋ณด๋, ์ด์ฐจํผ ๊ธฐ๋ณธ์ ์ผ๋ก ํ ํฐ์ด ์์ด์ผ ๋์ํ๋ ๋ถ๋ถ์ด๋ผ์ interceptor์ ๊ฐ์ ์์ธ์ ์ธ ์ค์ ์ ํด์ค ํ์์์ด ๊ธฐ๋ณธ๊ฐ(defaults)์ผ๋ก ๋ฃ์ด์ฃผ๋๊ฒ ๋ ๋ง๋ ๊ฒ ๊ฐ๋ค๋ ์๊ฐ์ด ๋ค์์ต๋๋น. . !
๋ช ํํ ๊ธฐ์ค์ด ์๋ค๊ธฐ ๋ณด๋จ ๊ทธ๋ ๊ทธ๋ ์ํฉ์ ์ ํ๋จํ๊ณ ์ ์ ํํ๋๊ฒ ์ค์ํ ๊ฒ ๊ฐ๋ค๋ ๊ฑธ ๋ค์ ํ ๋ฒ ๋๋ผ๊ณ ๊ฐ๋๋ค ..~
|
||
color: "#C9D1D9", | ||
|
||
borderRadius: "10px", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P5: ๊ฐ์ธ์ ์ธ ์ทจํฅ์ผ ์ ์์ง๋ง ์ฌ๊ธฐ๋ ๋จ์๋ฅผ ํต์ผํด์ฃผ๋ฉด ์ข์ ๊ฒ ๊ฐ์ต๋๋ค !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
border๊ณผ ๊ฐ์ ์์ฑ์ ๋ฐ์ํ ๊ตฌํ์ด ํฌ๊ฒ ์ ์๋ฏธํ์ง ์๋ค๊ณ ์๊ฐํ์ฌ px ๋จ์๋ฅผ,
๋๋จธ์ง ์์ฑ๋ค์ rem ๋จ์๋ฅผ ์ฌ์ฉํด์ฃผ์์ต๋๋ค!
display: "flex", | ||
justifyContent: "center", | ||
|
||
height: "75%", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ASK: ์๋ฐ ์์ผ๋ก ๊ตฌ์ฒด์ ์ธ % ๊ฐ์ผ๋ก ๋์ด๋ ๋๋น ๊ฐ์ ์ค ๋ถ๋ถ์ด ๊ฝค ์๋ ๊ฒ ๊ฐ์๋ฐ์..!
% ๋จ์๋ ์ปจํ
์ด๋ ๋ธ๋ก์ ์ํฅ์ ๋ง์ด ๋ฐ๊ธฐ ๋๋ฌธ์ ํนํ ๋ง์ง์ด๋ ํจ๋ฉ์ผ๋ก์ ์ฌ์ฉ์ ์ง์ํ๋ ๊ฑธ๋ก ์๊ณ ์๋๋ฐ,
ํน์ % ๋จ์๋ก ๊ตฌํํ ์ด์ ๊ฐ ๋ฐ๋ก ์์๊น์ฉ?! (๋ง์ง, ํจ๋ฉ ๊ฐ์ %๋ก ์ค ๊ฑด ์๋์ง๋ง !!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
followList์ ์ ์ ๋ฆฌ์คํธ ๋ถ๋ถ์ด ๋ด๋ถ ์คํฌ๋กค์ด ๋ ์ ์๋๋ก ๊ตฌํํ๊ธฐ ์ํด ๊ณ ์ ๋ ๋์ด ๊ฐ์ด ํ์ํ๋๋ฐ์,
๋์์ธ์ด ์๋ ์ํฉ์์ ํ๋กํ ์์ญ๊ณผ ์ ์ ๋ฆฌ์คํธ ์์ญ์ ๊ณ ์ ๋ ๋์ด ์ง์ ์ ์ฉ์ดํ๊ฒ ํ๊ธฐ ์ํด %๋ฅผ ์ฌ์ฉํ์ต๋๋ค!
๋ฐ๋ผ์ ๋์ด์ %๋ฅผ ์ฌ์ฉํ ๋ถ๋ถ์ ๋ชจ๋ ์ ๋์ด ์์ญ ์ง์ ์ ์ํ ๋ถ๋ถ๋ค์
๋๋ค!
๐ ๋ฐฐํฌ ๋งํฌ
๐tanstack-react-query ์ปค์คํ ํ ๋ค
(1) ์ ์ ํ๋กํ ์ ๋ณด, ํ๋ก์&ํ๋ก์ ์ ๋ณด get :
hooks > user > useGetCombinedUserInfo.ts
(2) mutation ํ invalidate ์์ฒญ ์ฒ๋ฆฌ ํ๋ ์ปค์คํ ํ :
hooks > common > useGetMutate.ts
(2) ํ๋ก์ฐ ํ๊ธฐ (useUpdateFollow) :
hooks > follow > useUpdateFollow.ts
(3) ์ธํ๋ก์ฐํ๊ธฐ (useUpdateUnfollow) :
hooks > follow > useUpdateUnollow.ts
๐ํธ๋ฌ๋ธ ์ํ
1. vanilla extract ๊ด๋ จ ํจํค์ง๋ฅผ yarn ํจํค์ง ๋งค๋์ ๋ก ์ค์น ์
invalid URL
์๋ฌ ๋ฐ์2. vanilla extract ๊ด๋ จ ์ค์ ์ ์ํด vanliila extract ๊ณต์ ๋ฌธ์์ ๋์ ์๋ฏ์ด next.config.mjs ์์ -> require, module์์ ๋ฌธ๋ฒ ์๋ฌ
3. broswer caching์ผ๋ก ์ธํด invalidateํ ๋ฐ์ดํฐ๊ฐ ์ต์ ๋ฐ์ดํฐ๋ฅผ ๋ฐ์์ค์ง ๋ชปํ๋ ์ด์ ํด๊ฒฐ์ ์ํด, header์ browser caching ๊ด๋ จ ์ค์ ๋ฃ์ด์ค -> cors ์๋ฌ
headers: { 'If-None-Match': '' }
์์ ๊ฐ์ด ํค๋๋ฅผ ์์ ํ์ฌ ํด๊ฒฐ
4. next.js์์ sessionStorage ์ ๊ทผ ์
sessionStorage is not defined
์๋ฌ ๋ฐ์typeof window !== 'undefined'
๊ตฌ๋ฌธ ์ถ๊ฐ๋ก client side ๋ก๋ ์์ ์ ๊ทผํ ์ ์๋๋ก ๊ตฌ๋ฌธ ์ถ๊ฐ