Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 971 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 971 Bytes

React Hook To Get Query Params Easily.

Githubnpm

npm version npm downloads Known Vulnerabilities


Usage

import useQueryParams from 'query-params-hook';

const { param1, param2 ... } = useQueryParams();

That's It; N~Joy 👻