UNPKG

react-url-query

Version:

A library for managing state through query parameters in the URL in React. Works well with or without Redux and React Router.

7 lines (5 loc) 183 B
import urlQueryConfig from './urlQueryConfig'; export default function configureUrlQuery(options) { // update the url options singleton Object.assign(urlQueryConfig, options); }