Using Schema for Runtime Validation in NextJS with URL State Management Hook
Maybe of interest to others using NextJS; I've been experimenting with using Schema for runtime validation when using URL for state management, and built a little hook that can make the API quite familiar:
If you want to play around with the code, there is a repo. And if you have any feedback or use something similar in your projects then I would love to hear.