reactjs / react-transition-group

An easy way to perform animations when a React component enters or leaves the DOM
https://reactcommunity.org/react-transition-group/
Other
10.1k stars 652 forks source link

Docs: Add example with new React Router #828

Open silvenon opened 2 years ago

silvenon commented 2 years ago

Also, keep #157 in mind.

camerongreen commented 2 years ago

Just want to :+1: this! I'm just learning react and this is a bit of a stumbling block for me using this library. Might revisit when I've upped my react understanding a bit.

camerongreen commented 2 years ago

I did one more search before I gave up and got it working with this, https://codesandbox.io/s/6l1li?file=/src/index.tsx

silvenon commented 2 years ago

Oh, cool, thanks for the demo!