Skip to content

bash-mayank/Redux-Learning

Repository files navigation

Learning Redux

A practice project to understand the fundamentals of Redux state management in React.


🚀 Overview

This project was built to explore the core concepts of Redux without using Redux Toolkit.
It demonstrates how to:

  • Set up a Redux store manually
  • Create actions and action creators
  • Write reducers to manage state updates
  • Connect React components to Redux using react-redux
  • Dispatch actions and update UI through state

🛠️ Tech Stack

  • React
  • Redux
  • React-Redux

⚡ Getting Started

  1. Clone the repository
    git clone https://github.com/your-username/learning-redux.git
    cd learning-redux

About

learning redux and redux-toolkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published