How to Lift Component State to the URL in Next.js/React.js
Aug 15, 2024 路 11 min read 路 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...
XAPDF commented

