Day 2 – Redux Project Setup and Store and Action in Redux

Welcome to our Redux JS course. 

Today, we’ll do the following parts

  1. Install a node JS project
  2. Install Redux
  3. Learn some basic concept of Redux using practical example.

 

Create a Node JS project:

npm init

And continue with npm with all of the default values.

 

In

Leave a Comment

Your email address will not be published. Required fields are marked *