react-spring-examples
react-spring-examples copied to clipboard
Missing example for useSprings with deps array
The useSpring and useSprings hooks now take an extra argument that is a "deps" array forwarded to the useEffect call that updates the animations.
Added by this PR: https://github.com/react-spring/react-spring/pull/652
/cc @Nizarius Could you put an example together, please? 😊