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
we've generally been following this strategy (in order):
If possible use URLSearchParams rather than a dependency
Otherwise, presumably the repo needs nesting/arrays support, so use picoquery
If the repo is deeply tied into some qs-specific behaviours, use neoqs
So we should try move them to pq first, as it is much faster. Only if it sends us down a rabbithole (too many changes), we'd then drop in neoqs or similar
Usage here:
https://github.com/openapistack/openapi-backend/blob/43d4e0d80c8cd3358576c5e8576a1900ec238005/src/router.ts#L332
we can achieve the same via picoquery:
The text was updated successfully, but these errors were encountered: