balazsbotond / urlcat

A URL builder library for JavaScript.
https://urlcat.org
MIT License
1.82k stars 57 forks source link

Consider alternative query sting package #267

Open YurySolovyov opened 4 months ago

YurySolovyov commented 4 months ago

Is your feature request related to a problem? Please describe. I care about bundle size and runtime performance; in current state urlcat pulls a lot of transitive legacy dependencies that affect both runtime perf and bundle size

Describe the solution you'd like Use query string package that targets modern environments and has smaller effect on bundle size

Describe alternatives you've considered https://github.com/sindresorhus/query-string https://github.com/anonrig/fast-querystring https://github.com/43081j/picoquery https://github.com/puruvj/neoqs

Additional context I understand they might not be exactly 1-to-1 replacements, but still

PuruVJ commented 3 months ago

Thanks for adding neoqs so early! neoqs is one to one replacement and forever will be without the extra deps