@history-navigation/react-router
v1.0.0-alpha.0
Published
React Router bindings for history navigation
Downloads
3
Readme
@history-navigation/react-router
Hooks to easily integrate with react router for transition animations when navigating back and forward
Install
$ npm i @history-navigation/react-router
$ yarn add @history-navigation/react-router
API
Table of contents
function RoutingNavigation
Returns: jsx
function useRoutingNavigation
Returns: Movement — The movement state
Examples
const { wasForward, wasBackward, steps } = useRoutingNavigation();