Animating React
To add an animation to the side drawer, I'll install a new third-party library with:
npm install --save react-transition-group.
it is simply a library that makes it easy for us to play a little animation if we add an item to the DOM so to say, if we...
omarsaade.hashnode.dev1 min read