Introduction

banner

This is our final week of Front End where we will boost up our React application with Redux. This last topic of the front end will cover the concept of state management in a React application. At this stage, we will briefly introduce to the concept of design pattern in software programming. While some of the high level architecture design were given to shift our focus on the implication of the tools, it is highly recommended that we keep on researching for better understanding.

meme

Topics

The main focus of this week is the fundamental of Redux and how to use it in our future projects. We will also using new front-end library to help our coding tasks.

We will get familiar with one of the most popular state management library in front end web development, Redux. Redux will help us better control the flow of data in our apps; minimize risk of introducing bug by solving the props drilling manual work.

memeProps

Resources