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.

11 lines (9 loc) 210 B
const UrlUpdateTypes = { replace: 'replace', replaceIn: 'replaceIn', multiReplaceIn: 'multiReplaceIn', push: 'push', pushIn: 'pushIn', multiPushIn: 'multiPushIn', }; export default UrlUpdateTypes;