Next.js SSR
☁️환경☁️Next.js(page router)typeScriptreact-query ❓SSRServer Side Rendring 의 약자로 ssr이라고 한다. 실행될 때 가장먼저 ssr컴포넌트가 실행되고, 이후에 실행되는게 _app.tsx 부분이다. ssr 컴포넌트에서는 console.log("getServerSideProps")_app.tsx 에서는 console.log("_app")으로 확인해보면 아래와 같이 순서가 찍혀서 나온다. 위 순서를 기억하고 아래 내용을 읽으면 조금 더 이해가 쉽다. 1. query-key 만들어주기import { getCards } from '@/remote/card'import { useQuery } from 'react-query'export default fun..
TIL
2024. 8. 18. 00:11
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- axios 사용하기
- 에러모음집
- 유효성검사 css
- axiosinstance 사용 시 토큰 사용 법
- nextjs 토큰 만료처리하기
- simple Icon 사용방법
- 별점만들기
- axios CRUD
- axios 설치하기
- Warning: A component is changing an uncontrolled input to be controlled.
- axios instance 작성하기
- readme작성해보기
- readme 작성해야 하는 이유
- readme 이미지 추가 방법
- Fetch와 Axios 의 장단점
- git cache
- readme 작성 방법
- 별점 색채우기
- 영화별점만들기
- 유효성검사
- styled component 설치방법
- styled component 사용방법
- styled component GlobalStyle 사용방법
- Warning: validateDOMNesting(...): <li> cannot appear as a descendant of <li>
- Warning: Each child in a list should have a unique "key" prop.
- styled component 조건부 사용방법
- 영화 별점
- readme 역할
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
글 보관함