There are 0 repository under createslice topic.
NgRx Plugin for Generating Actions and Reducer Based on the Handler Map
Project #55 of Codecademy's Full Stack Engineer Career Path
Project #57 of Codecademy's Full Stack Engineer Career Path
Created a todo app in react. ✔️ Using redux to create a global store. Practising working with creating reducers, selecting data from the store and dispatching data to the store. The todo app allows you to add a new todo, select the todo as done and revert back to it being undone and also to remove the todo.
⚛️ goit-react-hw-07-phonebook
This is a simple redux in javascript operation
Project #56 of Codecademy's Full Stack Engineer Career Path
In this project I will practice using Redux and Redux Toolkit to manage the complex state of flashcards-style quiz app. Users will be able to create their own topics, quizes for those topics, and flashcards for those quizzes. Users will also be able to interact with their quizzes by flipping flashcards over.
This project—a news reader in which users can view and comment on various articles—gives me an opportunity to practice using Redux Toolkit’s createAsyncThunk and createSlice utilities to add asynchronous functionality to my Redux applications.
integration for redux toolkit with typescript into react language. it is just for beginners. there is a lot of scope of improvement in your application.
An Intro to Redux Toolkit with createSlice
Block React | Module 7 - Asynchronous Redux. Selectors and the Reselect library | Homework - Phonebook
Syntax practice of Redux, Redux Toolkit, React Router DOM, Middleware by Counter app as example
Tesla Clone made with React and Redux
Created a shopping cart using React Redux where u can addor remove products to cart,when you click on cart button you will be redirected to cart page
Our online bookstore application with essential features such as displaying a list of books and adding books to a shopping cart.
Phonebook contact storage application (Redux Toolkit). Contacts saving to backend (mockapi.io)
A classic CRA Typescript Counter App built with Redux Toolkit. Uses the 'createSlice' method from the redux library.
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 task, create a cart page with per-item price, per-item quantity, Total quantity and total amount
React-Redux project setup and create store
mockapi.io
To develop a cart page with per-item pricing, per-item quantity, total quantity, and total amount, use the React Redux task.
PhoneBook
PhoneBook (back - https://connections-api.herokuapp.com/docs/#/Contact/get_contacts)
Phone book v4.0 State refactored with Redux Toolkit
react module 6 homework - phonebook
A news reader in which users can view and comment on it's articles
🚀 React Redux Counter Demo App 📊 - ⚛️ React | 🔄 Redux | 🧰 Redux Toolkit - Experience the power of React and Redux Toolkit in action with this demo app. Featuring a React counter and user authentication form, this project showcases the seamless integration of Redux Toolkit for efficient state management in React applications.
A To-Do App to maintain your daily activies and tasks, using ReactJS+Vite, Redux & RTK
Using Redux-Toolkit for Global State Management - Created a cart page with item quantity, price per item, total quantity and total price of the added products.
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.