Animate the addition, removal and shuffling of elements in react
npm install react-mixitup> Animate the addition, removal and shuffling of elements in react.


Install react-mixitup
``sh`
npm install --save react-mixitup


`tsx
import { ReactMixitup } from 'react-mixitup';
function Example() {
const [keys, setKeys] = React.useState([1,2,3]);
return (
MIT © ricsam