rnosov / react-reveal

Easily add reveal on scroll animations to your React app
https://www.react-reveal.com/
MIT License
2.73k stars 180 forks source link

Causing problems while working with React Router #136

Open jeffrey-zang opened 2 years ago

jeffrey-zang commented 2 years ago

React Reveal only works when you render a page directly, but using react router interferes with that React router makes it so that it doesn't actually render the first page, but just shows whatever page is assigned to '/' path It works when you render other pages and then come back