@etclabscore/use-qs
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @etclabscore/use-qs

Weekly Downloads

1

Version

1.0.0

License

Apache-2.0

Unpacked Size

44.4 kB

Total Files

25

Last publish

Collaborators

  • devonwesley
  • zcstarr
  • belfordz
  • shanejonas