You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is part of my Entri study project to learn Redux. It includes code and examples for managing state in React apps using Redux. Key topics covered are setting up a Redux store, creating actions and reducers, and using useSelector and useDispatch hooks for global state management. This project provides a foundation in Redux
Advanced TODO app that uses react redux, react router dom, and thunk as redux middleware to allow users to complete or defer tasks, view analytics, add new TODOs, and bulk delete them.
Diving into Redux (An Alternative To The Context API) /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"
An interactive and responsive e-commerce web application that allows users to browse products, view product details, add items to the cart, and proceed to purchase. Built using modern web technologies to ensure a seamless user experience.
A classic CRA Typescript Counter App built with Redux Toolkit. Uses the 'createSlice' method from the redux library. Also uses createAsyncThunks for a delayed effect for UI Updates
Redux-Logger is a middleware library for Redux, which is a popular state management library for JavaScript applications. Redux-Logger provides logging functionality to track and log the actions and state changes in a Redux application. It helps developers understand and debug how the state evolves over time.