© 2026 Hashnode
One common mistake developers make in Next.js is misunderstanding how dynamic routes work, particularly regarding the params and searchParams props. It’s crucial to understand that these props are only accessible in the page components and not in any...

When building SPAs (Single Page Applications), we tend to mostly manage state locally mainly using react hooks like useState or other external state management tools like redux, zustand etc. You might be wondering why consider the lifting of componen...

Prerequisites In order to get the most out of this article, you'll need a few things: To be using Next.js 13 or later. To be utilizing the new App Router project structure. To be familiar with React's useState hook, and likely already be using it....
