RRedux Selector colocation in practice
My current Redux project I wanted to write about Redux for some time now. My first take with this library was probably around the end of 2015. I discovered a state management approach that solved a…
My current Redux project I wanted to write about Redux for some time now. My first take with this library was probably around the end of 2015. I discovered a state management approach that solved a…
Killing in the MEAN I recently came across these tweets from Mark Erikson (main maintainer of Redux). I just got assigned to a project with a classic MEAN AngularJS 1.x codebase. Coming from React, it…
There are many reasons why I love promises. Truth to be told, I often prefer them to the more recent , more on that on another time, probably. Today, we will be looking at a small good pattern that I…
Functional Programming is a trending topic. Is it only hype or bringing real value? How can this help you today? This article aims at giving you practical ways in which you can improve your codebases…