react-getquery-params
v1.0.5
Published
getQueryParams() helps to catch all query parameter in React App
Downloads
2
Maintainers
Readme
React App - getQueryParams
- You can easily catch all the
query parameters
by callinggetQueryParams()
function
import getQueryParams from 'react-getquery-params';
const name = getQueryParams()
console.log(name)