React URL Query Library

A library for managing state through query parameters in the URL in React. It integrates well with React Router and Redux and provides additional tools specifically targeted at serializing and deserializing state in URL query parameters. With React URL Query, you can create components where there is no difference in handling state from an external store like Redux and state from the URL.

Installation:

npm install –save react-url-query

Preview:

React URL Query Library

Download Details:

Author: pbeshai

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/pbeshai/react-url-query

License: MIT

Add Comment