Thief of Wealth
Next.js에서 SSG vs SSR 차이
개발/Web Programming 2022. 1. 14. 14:43

https://yohanpro.com/posts/nextjs/data-fetching Next.js에서 data-fetching하기 - Yohan's Developer Diary Next.js팀 (Vercel)팀은 2020년 3월 10일에 9.3버전의 Next.js를 공개했다. 달라진 것 중에서 가장 눈에 띄는 것은 단연 data-fetcing 하는 메소드가 두 개가 추가된 것이다. 즉 pages 폴더 아래에 있는 엔드포인 yohanpro.com

Next.js + GCP App Engine 배포 참고자료
개발/Web Programming 2022. 1. 13. 21:09

https://webruden.tistory.com/162 GCP(Google Cloud Platform) App Engine에 Next(React SSR) Application 배포하는 방법(Deploy React+Next app to GCP Engine) GCP App Engine에 Next Application을 배포하는 방법에 대해서 소개하도록 하겠습니다. AWS에 익숙하신 분들은 GCP App Engine과 AWS Elastic Beanstalk과 동일하다고 보시면 됩니다. 해당 포스팅은 GCP 회원.. webruden.tistory.com https://cloud.google.com/sdk/docs/install?hl=ko Cloud SDK 설치 | Google Cloud Cloud SDK 설..

article thumbnail
Next.js에서 react-query사용법과 그 이유 (WIP)
개발/Web Programming 2022. 1. 13. 10:51

https://react-query.tanstack.com/guides/ssr SSR Subscribe to our newsletter The latest TanStack news, articles, and resources, sent to your inbox. react-query.tanstack.com 1. 왜 QueryClient가 state로 관리되어야할까?

article thumbnail
emotion에서 nested css 사용하는법
개발/Web Programming 2022. 1. 11. 01:26

css안에 css를 import해야하는 경우에는 .styles로 스타일만 끄집어내서 사용하면된다.

article thumbnail
next.js의 Image를 storybook이 불러오지 못하는 문제
개발/Web Programming 2022. 1. 9. 16:31

https://xenox.dev/next-image-with-storybookjs/ How to add Next Js Image in storybook JS? How to add Next JS Image tag in your storybook JS? xenox.dev

article thumbnail
glob-parent의 vulnerabilities를 제거해보자
개발/Web Programming 2022. 1. 9. 14:47

npm을 사용하여 개발을 하다가 glob-parent와 관련하여 vulnerabilities 이슈가 나는 경우, 물론 무시해도 기능의 동작에는 문제가 없지만, 취약점이라는 것이있으면 거슬린다. 그리고 이 이슈는 webpack의 어딘가에서 glob-parent의 버전이 5.1.2 이하라는 의미이다. 이런 경우에는 다음과 같이 해결할 수 있다. packge.json을 다음과 같이 수정한다. "scripts": { "preinstall": "npx npm-force-resolutions", ... }, "resolutions": { "glob-parent": "^6.0.1" }, 을 넣고, npm install을 한다. 그리고 npm audit -production을 해보면, 배포패키지에 vulnerabili..

Module not found: Error: Can't resolve '@emotion/styled/base'
개발/Web Programming 2022. 1. 9. 14:02

스토리북과 emotion의 버전이 충돌할때 나타나는 에러이다. https://xo.dev/fix-storybook-emotion-11-error/

[React Native] xcrun: error: SDK "iphoneos" cannot be located
개발/Web Programming 2021. 12. 21. 02:32

https://anywaydevlog.tistory.com/18 [react-native] [!] No 'Podfile' found in the project directory 오류 해결 [!] No `Podfile' found in the project directory. pod install 명령어를 실행했더니 발생한 오류. Podfile 을 못 찾겠다는 의미다. 폴더를 잘 보니... 프로젝트 폴더에는 podfile 이 없다. 튜토리얼을 다시 자세.. anywaydevlog.tistory.com https://flaviocopes.com/react-native-fix-iphoneos-cannot-be-located/ How to fix the `iphoneos cannot be located` err..

profile on loading

Loading...