02 Oct 2019
goldbergyoni/javascript-testing-best-practices
Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2019)
Pretty good set of guideline for testing Javascript (frontend and server) with code examples and examples of anti-patterns
14 Nov 2018
react-spring
react-spring is a set of simple, spring-physics based primitives (as in building blocks) that should cover most of your UI related animation needs once plain CSS can’t cope any longer. Forget easings, durations, timeouts and so on as you fluidly move data from one state to another. This isn’t meant to solve each and every problem but rather to give you tools flexible enough to confidently cast ideas into moving interfaces.
Some really cool demos here and a good explanation another react animation library is needed
25 Oct 2018
Google Developers Webpack Performance Guide
In Web Performance Optimization with webpack, we will walk through how to effectively optimize site resources using webpack.
Lots of good info here on Webpack configuration, as well as a ton of other non-webpack guides
15 Oct 2018
Slashdotdash/awesome-elixir-cqrs
A curated list of awesome Elixir and Command Query Responsibility Segregation (CQRS) resources.
12 Oct 2018
Streamich/libreact
Collection of useful React components
HOCs for inversion (similar to recompose HOC components) as well as a useful collection of Sensor components (Active, Idle, Size), and more…