Skip to content

mainak0907/Redux-State-Management-Lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux-State-Management-Lib

This Repo covers code for -

  1. Core Redux
  2. Redux Toolkit
  3. React-Redux

Redux is a Predictable state container for Javascript Apps

image image image image image

Three Core Concepts

image

Three Principles in Redux

image image image

Actions

image

Reducers

image

Redux Store

image

Middleware

image

Important Concepts

  1. Immer Lib for Nested State
  2. Multiple Reducers and Combining them
  3. Applying Middleware

Async Action Creators

image

Redux Toolkit Folder Structure

  1. app folder has the store.js file
  2. In RTK , every feature of the application is kept in the features folder, and every feature is a folder inside it.
  3. Inside a particular feature folder, RTK has the convention of combining the reducers and actions together, so every file should end with the 'Slice' suffix.

About

Core Redux , Redux Toolkit , react-redux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published