1.0.0 • Published 4 years ago

@etclabscore/use-qs v1.0.0

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
4 years ago

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 'foobar=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.