인프런 커뮤니티 질문&답변
react query 질문있습니다!
작성
·
420
퀴즈
What are the main advantages that Next.js provides for React application development?
Built-in DB management
Server-side rendering and file-based automatic routing support
No separate Node.js installation required
Automated UI Design System Generation





기본적으로 페이지에 들어갔을 때 데이터 패칭하는 부분은 리액트 쿼리로하고
유저 정보나? 전역으로 공유해야 할 것만 contextapi나 리덕스로 하신다는 말씀이신가요?