I have a Navigation component in which the Menu Items float in separately on load and float out on click. When I added Router and changed the items to Links, the exit animation didn't work because it loaded the new Route component right away.
I want to keep the items individual animation with Link functionality.