1.0.1 • Published 5 years ago

with-router v1.0.1

Weekly downloads
64
License
MIT
Repository
github
Last release
5 years ago

withRouter Tweet

A pub-sub alternative HOC to react-router's withRouter HOC. It functions exactly the same way, except the wrapped component will re-render when the route changes. This is beneficial if your view changes depending on the current path.

version minified size minzipped size downloads build

Install

  • npm install with-router --save or
  • yarn add with-router

Use

Use it the same way you would use react-router's built-in withRouter HOC!