BLOG POSTS

Pumping Those Array Muscles
2019-11-07 ByAlfonso Alejandro Espinosa de los Monteros Andrade
Over this series, we are going to explore some of the most common array methods that JavaScript brings to the table, without React, Angular or any other framework on the market. In this episode, we are going to explore map, filter and find.

Recipes for Testing Redux Actions and Reducers
2017-11-14 ByAlfonso Alejandro Espinosa de los Monteros Andrade
I’d like to share my knowledge and personal approach to testing when building a Redux app. While there are many ways of doing this, if you are trying to figure out how to start testing your common Redux actions and reducers for your upcoming projects...