-
세팅멈멈-토이프로젝트(next.js)2 2024. 7. 22. 13:41728x90
1. 설치
npx create-next-app -e with-supabase
2. 상태관리 설치
npm install recoil
3. 클라이언트 데이터 페칭(swr 사용)
npm i swr
참고
https://supabase.com/docs/guides/getting-started/quickstarts/nextjs
Use Supabase with Next.js | Supabase Docs
Learn how to create a Supabase project, add some sample data, and query from a Next.js app.
supabase.com
'멈멈-토이프로젝트(next.js)2' 카테고리의 다른 글
클라이언트 컴포넌트에서 서버 컴포넌트 넣기 (0) 2024.08.12 로그인 uid 리코일 과 세션 (0) 2024.08.07 카카오 로그인 적용 하기 (0) 2024.08.06 컴포넌트에서 이미지를 출력 (0) 2024.07.24 화면, 기능 추가 (0) 2024.06.14