state-in-url - URL state syncronization library
▼1 up and 0 down, posted by
1 up and 0 down, posted by
Hello world! I created a library to store any serializable state in browser URL. Can store nested objects while keeping structure and types of data. E.g. a field encoded as a number will be a number, not a string. Good developer experience and documentation, type safe, well tested. Currently, have hooks for Next.js 14/15, and react-router@6. Better 1 time to see, so check out a demo page https://state-in-url-asmyshlyaev177.vercel.app/ https://github.com/asmyshlyaev177/state-in-url Will appreciate your feedback.