Redux (In-depth)

This is my Redux guide from Zero to (emerging) Hero:p

Pre-requisite

Basic idea of Redux to be able to comprehend the code.

Setup

I've used the latest CDNs for all the libraries. No installation or setup is required to run this, simply run with a Live Server:)

The Guide

It is a minimalistic implementation to understand the core idea of how redux works behind the scenes and how its integration with react can be streamlined by using react-redux and redux-toolkit libraries.

I've implemented the classic example of a simple counter app in the below chapters (branches):

Todo

Done & dusted? No! Build a real-world application that should leverage the complex parts of Redux.