@cala/react-search-route

React routing with search (AKA query) parameters.

Usage no npm install needed!

<script type="module">
  import calaReactSearchRoute from 'https://cdn.skypack.dev/@cala/react-search-route';
</script>

README

React Search Route

...

Status

Branch URL Build Status
master https://www.npmjs.com/package/@cala/react-search-route CircleCI

Installation

npm install @cala/react-search-route --save

Usage

...

Contributing

To tag off and release a new version to npm, run the release script:

$ ./bin/release patch    # 0.0.x - bug fixes
$ ./bin/release minor    # 0.x.0 - new features or changes
$ ./bin/release major    # x.0.0 - large, backwards-incompatible changes