NextJS config 로(내장webpack) 개발/배포 환경 구별하기 : https://han-py.tistory.com/503?category=1077531
(그렇다면... 검증 환경은? : https://ssangq.netlify.app/posts/nextjs-what-i-learn#:~:text=%EC%97%90%20%EC%9E%98%20%EB%82%98%EC%99%80%EC%9E%88%EB%8B%A4.-,Dotenv%20%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0,-Next.js%EC%97%90%EC%84%9C 이거 참고하면 되려나?)
next.js 의 라우팅은 일반적인 페이지의 라우팅과 무엇이 다른가? : https://jake-seo-dev.tistory.com/137
(테스트 결과, 완전 spa 는 아니지만, <Link> 로 route 시에 필요한 컴포넌트만 받아오고, component 및 prop 을 주입받아 getStaticProps 등으로 렌더링 하는 듯! / 브라우저 상 깜빡임 같은 것이 없다)
ReactJS 커스텀 Hook 만들기 : https://reactjs.org/docs/hooks-custom.html
ReactJS 의 Hooks : https://reactjs.org/docs/hooks-intro.html
NextJS 에서 material-ui 적용 : https://kyounghwan01.github.io/blog/React/next/mui/
NextJS 에 talwindcss 적용 : https://geonlee.tistory.com/235
NextJS 의 _document, _app : https://merrily-code.tistory.com/154
SSR, SSG 를 위한 pre-rendering 메서드들 : https://chaeyoung2.tistory.com/53
'소프트웨어 엔지니어링 > 프론트 엔드' 카테고리의 다른 글
VueJS vs ReactJS 가독성 (0) | 2022.11.28 |
---|---|
ReactJS, VueJS 의 Life cycle methods(hooks) 그리고 Hooks (0) | 2022.11.28 |
TypeScript 공부 (0) | 2022.11.19 |
클린코드 IN 프론트엔드 (0) | 2022.11.05 |
vue 라이브러리 컴포넌트 배포 경험기 (vue, vite, npm, typescript, css) (0) | 2022.10.31 |