How to Lift Component State to the URL in Next.js/React.js
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...
Aug 15, 202411 min read41
