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
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