get-query
v2.1.370
Published
Module to get query from link in React
Readme
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"