가장 많이 묻는 면접 질문과 답변 & 온라인 테스트
면접 준비, 온라인 테스트, 튜토리얼, 라이브 연습을 위한 학습 플랫폼

집중 학습 경로, 모의고사, 면접 준비 콘텐츠로 실력을 키우세요.

WithoutBook은 주제별 면접 질문, 온라인 연습 테스트, 튜토리얼, 비교 가이드를 하나의 반응형 학습 공간으로 제공합니다.

Prepare Interview

Next.js 면접 질문과 답변

Ques 26. What is the 'SWR' library, and how can it be used in a Next.js project?

'SWR' (Stale-While-Revalidate) is a React Hooks library for data fetching. It can be used in a Next.js project to fetch and cache data, providing a good developer experience and efficient rendering.

도움이 되었나요? Add Comment View Comments
 

Ques 27. Explain the purpose of the 'publicRuntimeConfig' object in Next.js.

The 'publicRuntimeConfig' object in Next.js allows you to expose environment variables to the client-side code. It is a way to share configuration between server and client.

도움이 되었나요? Add Comment View Comments
 

Ques 28. What is the purpose of the 'ErrorBoundary' component in Next.js?

The 'ErrorBoundary' component in Next.js is used to catch JavaScript errors anywhere in the component tree and log those errors, preventing the entire application from crashing.

도움이 되었나요? Add Comment View Comments
 

Ques 29. Explain the concept of 'API middleware' in Next.js.

API middleware in Next.js allows you to intercept and modify API requests and responses. It can be useful for tasks like authentication checks or request logging.

도움이 되었나요? Add Comment View Comments
 

Ques 30. How can you set up internationalization (i18n) in a Next.js project?

Internationalization in Next.js can be achieved using libraries like 'next-i18next' or 'react-intl'. These libraries provide tools for translating content and handling language-specific logic.

도움이 되었나요? Add Comment View Comments
 

Most helpful rated by users:

Copyright © 2026, WithoutBook.