with-url-state
Lifts the state out of a react component and into the url.
This package allows applications to retrieve the state from a react component and appends it to the url.
Installation
To install with npm use
npm install with-url-state --save
To install with yarn use
yarn add with-url-state
Usage
Using javascript
Using typescript