One line functional @reactjs components are nice until you'd like to console.log props for debugging. I used to add curly braces and a return stable to be able to add the console.log. Which is tedious and actually not needed with the comma operator.
developer.mozilla.org/en-US/…
@popmotionjs popmotion is a really great motion library. Coming from animejs and hammerjs, I would say it has a little bit higher learning curve than animejs but much more flexible and powerful.
Thinking of learning DIY as just learning a new programming language has helped this house move considerably. No PRs in this world though, not even CTRL-Z, it’s all edit on prod
Shamefully, Popmotion works as low as IE10 (maybe lower - I'll never know!)
Supporting IE10 enables an attack vector since it's been end-of-lifed. Don't do it!
Of course the first publish of the year is an IE fix (thanks to @souporserious). Also, thanks to a suggestion by @Nexii, Popmotion is available as a global var on the website so you can play around right from your console!