react-use-query-hook
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

react-use-query-hooks

const Foo = () => {
    const {queryParam} = useQuery();
 
    return "queryParam is: " + queryParam;
} 

Package Sidebar

Install

npm i react-use-query-hook

Weekly Downloads

0

Version

0.1.3

License

MIT

Unpacked Size

2.56 kB

Total Files

5

Last publish

Collaborators

  • ybroeker