You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 sizeDescribe 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
The text was updated successfully, but these errors were encountered: