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"
Link: localhost?hello=world
const { hello } = getQuery()
console.log(hello) //"world"
npm i get-query
7
2.1.370
ISC
769 B
3