10Jan

React Lesson 7: Redux

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.

04Jan

React Lesson 6: CSS and Animation

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:

02Jan

JavaScript Design Patterns in Action

In this article, we are going to explore all the popular design patterns used in JavaScript. We will discuss how to implement these patterns and we will discuss why we need to build them.