get-query

2.1.370 • Public • Published

Simple React module that allows you to get query from link (args after "?")

How to use:

Link: localhost?hello=world

const { hello } = getQuery()
console.log(hello) //"world"

Readme

Keywords

Package Sidebar

Install

npm i get-query

Weekly Downloads

7

Version

2.1.370

License

ISC

Unpacked Size

769 B

Total Files

3

Last publish

Collaborators

  • zlskey