@cala/react-search-route
v0.1.1
Published
React routing with search (AKA query) parameters.
Downloads
54
Readme
React Search Route
...
Status
| Branch | URL | Build Status |
| -------- | ------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------- |
| master
| https://www.npmjs.com/package/@cala/react-search-route | |
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