Further reading on URL state management
If you came here from my URL state management talk, I promised you some links.
If you don't know what I'm talking about, I will hopefully update this page with a link to the recording of the talk soon.
Anyway, if you want to keep digging into the topic of URL state management, these may be your next steps:
- Next.js routing docs - Remember, it's not just about routing anymore, it's about precisely expressing the state of your app.
useQueryState
- AuseState
equivalent for query parameters. This repository may be a nice inspiration for creating your own hooks for URL state management.peelar/url-state-example
- My repository for the improved UX version of the example app from the talk.vercel/commerce
- In e-commerce, you have to bring your a-game to the URL management, as it affects SEO besides just the user experience. This repository is a great example of how to do it right.
Thanks for listening to my talk, and I hope you found it useful!