DEV Community

Aaron Reisman
Aaron Reisman

Posted on

isomorphic-querystring

Hi guys,

I'd like to share with you a NPM package called isomorphic-querystring.

it matches the same API as the querystring module in node's standard library. but if you're in the browser it uses 2 small functions to match the exact same API.

if you use SSR in JavaScript this package might be helpful to you.

please take a look, and star it if you don't mind :)

https://github.com/lifeiscontent/isomorphic-querystring

Top comments (0)