state-management-in-react
There are 29 repositories under state-management-in-react topic.
gadingnst/swr-global-state
♻️ Zero-setup & simple global state management for React Components. It's similiar `useState` hooks like we use usual!
ericdouglas/onli-reducer
⚛️ One line reducer. State management without boilerplate.
LauraBeatris/react-query-workshop
Workshop about server side state management by using react-query
OpenSourcePundit/react_quiz
Quiz App in react. Timer based Quiz with report generation and navigation panel for questions
SamarpanCoder2002/PhotoCollection
🌟 A React app made with Redux and Material UI Where You can search Images that will load with aos animations. For Image Collections, we use Pexels API Here. 🤩
Bhavaniviswanadham/ColorPalette-Generator
A React app for generating and managing color palettes. Users can generate random palettes, lock colors, save favorites with names, and copy hex codes. Saved palettes persist via local storage. Features a responsive design for smooth user interaction.
carlosbaraza/use-lazy-state
Tiny useLazyState hook. Similar to useState, but giving you control over the re-rendering process. Subscribe to state changes in leaf components and don't re-render the entire component tree.
duncsully/nubbins
A signals-based state management solution designed to interop with various FE libraries (currently on hold while I work on SoLit)
NitishKamini/Gallery-App-React
A simple gallery using React
okeresamuel/The-useReducer-Hook
useReducer is one out of fifteen (15) react built in hooks it helps in managing multiple states that relates to each other an example would be making an api request or handling multiple form fields
RaheesAhmed/nextjs-state
🚀 Type-safe state management solution for Next.js applications with built-in persistence and server component support.
sabha-mushtaq/counter-using-react
A React-based counter app with increment/decrement functionality, styled using Tailwind CSS in a clean blue-white theme. Perfect for exploring React state management and responsive design.
sametcn99/rock-paper-scissors
This is a simple rock-paper-scissors game built with React and Next.js. The game is played against the computer using the React Context.
Bhavaniviswanadham/Enhancement-of-Jobby-App
The Jobby App is a job listing platform that enables users to filter job opportunities based on multiple criteria, such as location, salary range, and employment type. The app is designed to provide a seamless and responsive user experience across different devices.For login purpose Username: rahul & Password: rahul@2021
ewdlop/React-typescript-notes
Learning React Hook/Functional Component, React/Redux, three.js/react-three-fiber, and Typescript
mVaibhavPrakash/NewGen-EditorClient
Client Side of Editor Web Page of my Blogging website
mVaibhavPrakash/NewGen-LandingPage
Landing page of my Blogging Website.
mVaibhavPrakash/Portfolio
My Portfolio Website
paulgoble/ok-vinyl
Basic frontend application
shadyashraf174/Tree_App
A React-based application for managing hierarchical tree structures. Users can add, delete, edit, and reset nodes in the tree.
therohantomar/getYourPairs
Welcome to GetYourPairs, your ultimate fashion companion! This cutting-edge app, powered by React.js, Redux Toolkit, Tailwind CSS, Stripe.js, and Auth0, is your go-to destination for seamless shopping, secure payments, and easy sign-in. Elevate your style and convenience with GetYourPairs!"
AbdurRahman-Khalil/shopflix
🌟An innovative ecommerce platform built with cutting-edge technologies to deliver a seamless and engaging shopping experience.
makaubenson/react-form-validation
React Practice Project
Miro-wq/goit-react-hw-04-feedback
This homework task is a React-based using React hooks feedback widget designed for Expresso Café to collect customer opinions. The application allows users to provide feedback as positive, neutral, or negative, and displays statistics based on the collected data.
MOHI-UDDIN-AKBAR/state-management-in-react
This project is a simple e-commerce web application focused on practicing state management in React. It demonstrates using Context API, Redux, and Zustand to manage global state, showcasing how each can be applied to achieve efficient and scalable state management solutions.
scottrippey/react-use-reducers
A simple, tiny, type-safe way to manage state, without any of the boilerplate of typical reducers.
TiagoDiass/rocketshoes-zustand
A kind-of ecommerce website built with the purpose of learning Zustand (a state-management library for React)
trishna456/tic-tac-toe
This is a tic-tac-toe game built using React. It allows two players to take turns marking spaces in a 3x3 grid, aiming to get three of their symbols in a row, column, or diagonal.