1.0.6 • Published 7 months ago

react-getquery-params v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

React App - getQueryParams

  1. You can easily catch all the query parameters by calling getQueryParams() function
import getQueryParams from 'react-getquery-params';
  1. Pass the query parameter this way
<Link to={`/about?name=munna&age=10`}>About</Link>
  1. Show that query using console log.
const name = getQueryParams()
    console.log(name)
1.0.6

7 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago