Echo JS 0.11.0

<~>
asmyshlyaev1777 58 days ago.
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.