react-router-transition icon indicating copy to clipboard operation
react-router-transition copied to clipboard

painless transitions built for react-router, powered by react-motion

Results 28 react-router-transition issues
Sort by recently updated
recently updated
newest added

react-router v6 will take its path into release soon™ Would be great to see this module working with beta.0 of react-router-dom

Hello, Im facing the issue that when using this lib only the leaving component is being animated, while the entering one is not. Instead react is showing a white screen...

Hey, I'm pretty new to react and I'm trying to get transitions working for the following example: ``` import React from 'react'; import { Route } from 'react-router-dom'; import {...

Is it possible to make the AnimatedSwitch component aware of the direction the navigation is? For example, when going back (by using the back button in the browser) I would...

the plugin threw an error if a route with exact property doesn't exist. plugin also threw an error if using default routes fixed both cases.

Hi, First of all, thanks for this component, it really solves a complicated problem in the easiest way possible. I'm having a very small issue, but I'm kind of a...

I have a component that checks user authorization and redirects them if they are unauthorized. It redirects them using the `Redirect` component from `react-router-dom`. When I wrapped my routes in...

My "sticky" behaviour does not work on my header when I use **react-router-transition** with **react-router**. I am using **position: "sticky"** on my website header. I am using the standard AnimatedSwitch...

Result: When I enter the app the first time I get routed to="/" (sorta of a Welcome to this app page that only appears the first the you entered site)...

In demos, `` Component's position is set to `absolute`, So transition seems to work well. https://github.com/maisano/react-router-transition/blob/master/demos/index.html#L36 but If you can't set router's position to absolute, (like each router's height are...