1.0.0-alpha.0 • Published 5 years ago

@history-navigation/react-router v1.0.0-alpha.0

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

@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();