Skip to content

useParams React hook playground to consume and manipulate query-strings

Notifications You must be signed in to change notification settings

D3Portillo/useparams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

useparams: A tiny System consistent < 1KB React hook to consume and manipulate query string params.

Install

npm i useparams

Usage

const params = useParams({ aNumber: 1 })
console.log(params.aNumber) // 1

About

useParams React hook playground to consume and manipulate query-strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published