query-store icon indicating copy to clipboard operation
query-store copied to clipboard

Supporting SSR is unnecessary

Open arxpoetica opened this issue 5 years ago • 0 comments

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

arxpoetica avatar Jun 02 '20 16:06 arxpoetica