Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Our topic for today deals with asynchronous actions. We will start to take our articles from API. As you have already noticed, we have a simple API working. And in order to launch it, you need to open the folder simple_api and execute the following command there:
Hey everyone, In this lesson, we will go through our home task and learn how it is effective to connect the store to any component. Our home task was to create a form that takes input and add a comment. Let's start.
In this lesson, we will learn about middlewares in Redux. We will understand what are they, how we can create one and how to use it in our app.
Our previous lesson was devoted to a more convenient way of how to write reducers using seamless APIs to add/remove elements and not to worry about any processes to be changed in between.
Let's explore how to work with data. We've used a denormalized structure for displaying our articles so far. Now, we'll normalize the data.
Hey all! Today we will start our lesson with your home task and see what data should be kept in store and what -- in the state of the components.
Today, we’re going to do more complicated things. We will go away from the manual description of “closure,” subscriptions, and so on. All these things are, of course, not for manual maintenance. We will learn how to do these things easily and gracefully.
Hey all! This lesson today will be quite important to us. We’ve come close to Redux, but first, let us look through our home task. Though it was pretty simple, let me show you how to add our calendar.
Let us continue our conversation about React infrastructure. But first, let us change our structure a little bit and move our Article component to a separate directory Article. So, let us create it. Change our component’s name to Index.js and add the following code:
We will learn how to utilize DevTools in debugging React. Let's get started.