react React Baby Steps IV: Testing React-Redux Testing is a topic that can be as simple or as hard as you want to make it. I decided to stick to my favorite, the KISS approach, and test only what is reasonably tested by the developer, and leave the rest to the (this time fictional) QA team.
react React Baby Steps III: Idiomatic Redux Once you've had your first Redux experience, you may wonder how to do it properly. This blog describes the next step towards perfection, by taking you through several architectural decisions.
react React Baby Steps II: The First Taste of Redux Once you've been wrestling with React for a while, you start yearning for better state management, where you don't have to pass props that much. Redux to the rescue... sort of...
react API Calls in React/Redux Part 4 — Connecting Redux and Passing Properties This final video explains how to connect Redux to React and how to apply the middleware [Redux Thunk](https://github.com/gaearon/redux-thunk) to be able to delay the execution of each action.
react API Calls in React/Redux Part 3 — Actions and Reducers This video walks through how to set up the actions and reducers for Redux in React. Learn how to set up a function in actions to call the API using Axios. Export the
react API Calls in React/Redux Part 2 — Setting up Axios This video walks through downloading the correct packages using the terminal to set up a React Redux application. We will also download the [Axios](https://github.com/mzabriskie/axios) package to help get
react API Calls in React/Redux Part 1 — Introduction This video introduces how to look up information from an API. We use the [colr.org API](http://www.colr.org/) for this tutorial. Learn how to make a GET request. Finally we
redux Preparing a development talk, from the heart out It was a normal week day when I decided to apply for a software development talk at my Alma Mater (Pontificia Universidad Católica Madre y Maestra – Santiago, Dominican Republic), not much went through
angular Performant Angular with Redux and Immutable Abstract The angular JS framework has become ubiquitous in the front end world. And with good reason. It allows you to abstract concepts such as rendering, it helps you manage dependencies and modules
react Forms in React and Redux In this tutorial, we are going to implement a simple React library for creating, composing and serializing form elements. The goal is to allow developers to create forms with minimal code amount and