Project #54 of Codecademy's Full Stack Engineer Career Path
-
Updated
Jan 5, 2023 - JavaScript
Project #54 of Codecademy's Full Stack Engineer Career Path
Redux use
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
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.
Simple To Do List App using React-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.
Cake App Using Redux in React (React-Redux Application), here we have one reducer so i am not using combineReducers()
React Redux Ecommerce Add To Cart Project. Technologies used: React.JS , Redux , Material-UI, & React Bootstrap
Cake & IceCream App using Redux (React-Redux Application), here we have 2 reducer for cake and iceCream so i am using combineReducers()
A demo React project showcasing work with the global state managed by Redux.
redux-toolkit-tutorial-john-smilga-react-app
Student Teacher Management using react
React-Redux Http Requests (Using Action Creator Thunks)
A classic CRA Typescript Counter App built with Redux Toolkit. Uses the 'createAction' and 'createReducer' methods from the redux library.
A classic CRA Typescript Counter App built with Redux Toolkit. Uses the 'createSlice' method from the redux library.
This project is a simple React application demonstrating key Redux concepts using the Redux Toolkit. The app includes user authentication and a counter feature, to practice and understand the fundamental principles of state management with Redux.
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
React-Redux project setup and create store
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.
React-Redux Counter - Classic Approach (the code is available on the classic-redux branch) & Redux Toolkit Approach (published, see the link below)
Add a description, image, and links to the usedispatch-hook topic page so that developers can more easily learn about it.
To associate your repository with the usedispatch-hook topic, visit your repo's landing page and select "manage topics."