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

Use nodeRef in code examples #851

Closed silvenon closed 1 year ago

silvenon commented 1 year ago

As continuously pointed out by issues like #668, #687 and #727 the documentation should recommend using nodeRef, so I updated all examples, including the CodeSandbox ones.