use-query-params icon indicating copy to clipboard operation
use-query-params copied to clipboard

Extend documentation with all available adapters

Open RaphaelManke opened this issue 3 years ago • 1 comments

Hi we have a simple react app that does't use react router. In Version 2 one has to specify the adapter that should be used. We tried to use one of the react routers but this failed because react router is not installed.

By checking the code implementation we found a window-adapter which worked. This adapter is never mentioned in the docs. Is it safe to use this adapter? Should the docs be extended by mentioning all possible adapters that can be use.

RaphaelManke avatar Aug 09 '22 13:08 RaphaelManke

Should be fine to use those adapters, they're just lower priority for maintenance than the React Router ones. But they're pretty simple and shouldn't be too bad to adjust if you run into issues. PRs welcome to update the docs!

pbeshai avatar Aug 31 '22 17:08 pbeshai