@etclabscore/use-qs
v1.0.0
Published
use-qs is a react use that uses [qs](https://github.com/ljharb/qs) to allow nesting support in querystrings by surrounding the name of sub-keys with square brackets []. For example, the string 'foo[bar]=baz' converts to:
Downloads
14
Keywords
Readme
use-qs react hook
use-qs is a react use that uses qs to allow nesting support in querystrings by surrounding the name of sub-keys with square brackets []. For example, the string 'foo[bar]=baz' converts to:
{
"foo": {
"bar": "baz"
}
}
Contributing
How to contribute, build and release are outlined in CONTRIBUTING.md, BUILDING.md and RELEASING.md respectively. Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.