query-store
query-store copied to clipboard
Supporting SSR is unnecessary
This is store is cool.
My two cents on SSR, because query params are just a browser / front end thing, the only thing you have to do is return writable(value, fn) on the server.
https://github.com/buhrmi/query-store/blob/master/index.js#L17