This project aims to explain the journey of a react application to redux based application.
Each branch will resemble a step in the progress.
List of all branchs and what is the code pushed. each branch is a working example.
This branch will have all the progress of the repositry working.
It is a sample react code created using create-react-app
utility.
React app with redux base after adding Provider
and a store
, making a base for redux application.