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
The "React Hooks" Git repo is a rich resource showcasing effective usage of React Hooks. From core hooks like useState to custom implementations, it provides insights into integrating hooks with popular libraries. Explore best practices and contribute to this open-source project for a deeper understanding of React Hooks.
A lightweight React table with inline cell editing, search, filtering, add/delete rows, and undo/redo functionality - built entirely without external table libraries.
Dive into the technical intricacies of React! Explore advanced concepts such as DOM updates, component functions execution, key usage in lists, and state management. Gain insights into how React schedules and batches state updates for optimal performance. Take a peek behind the scenes and elevate your React expertise! 🚀
A Look Behind The Scenes Of React & Optimization Techniques /// What I learned from "React - The Complete Guide 2024 (incl. Next.js, Redux) - Academind by Maximilian Schwarzmüller"
The "react-hooks-v8" project is a collection of examples and experiments showcasing the usage of various React hooks such as useRef, useId, useCallback, useLayoutEffect, useMemo, and useReducer. Each hook is implemented in a separate file, with dedicated routes in the application to demonstrate its functionality and usage.
ShopMate is a modern e-commerce web app built with React, Tailwind CSS, and React Router. It uses FakeStoreAPI for product data and manages state using Context API and custom hooks. Users can browse, add to cart, and complete a mock checkout with a responsive and clean UI.
This repository serves as a learning sandbox for exploring the optimization hooks provided by React, including `useMemo`, `useCallback`, and the usage of `React.memo`.