- Remove
componentWillReceiveProps
, usecomponentDidUpdate
(comply with React 16+) - Do not randomly generate
className
(bad for testing!), use value ofanimate
- Add Jest + Enzyme, plus a basic test
- Replace Standard with AirBnB lint rules
- Update to Webpack 4, update other packages..