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…
12 Oct 2018
Redux-dynamic-modules
redux-dynamic-modules is a library that aims to make Redux Reducers easy to modularize and add/remove dynamically.
From Microsoft no less