1.0.6 • Published 10 months ago

react-getquery-params v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
10 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

10 months ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago