usememo-hook
There are 29 repositories under usememo-hook topic.
ahmetilhn/memofy
Prevents re-execution of large javascript functions that have been processed once with the same parameter.
sahilchavhan/React_hooks
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.
MiguelLamas/react-hooks-practice
React Hooks Practice (9 core hooks)
chandumaram/react-tutorials
React JS tutorials by all react-hooks
dennib/react-rerender-playground
A simple TS React app to play around with memoized values/functions and React rerenders.
juliavasta/Ecommerce
E-commerce ReactJS
juliavasta/Rickandmorty-api
Dynamic Rick and Morty api ReactJS
PhelipeScript/dt-money
💚 Ignite Class 03
rosgas/advanced-react-hooks
Advanced react hooks notes and coding examples from the course 'React front to Back 2022'
brizusan/cart-react-ts
carrito de guitarras react + TypeScript
HsharmaCoding/3-React-Hooks
React Hooks: useState(), useEffect(), useContext(), useCallback(), useMemo(), Custom Hook
juancgalueweb/buscador-de-peliculas
Buscar de películas usando React y OMDB Api
sid10297/use-memo-callback-and-memo
This repository serves as a learning sandbox for exploring the optimization hooks provided by React, including `useMemo`, `useCallback`, and the usage of `React.memo`.
Srushti-9/react-hooks-v8
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.
Stathis-Renieris/info-react-performance-usememo-or-webworker
In case of a rerender, we use useMemo( ) to wrap an expensive function to avoid calculations if its parameters do not change.
DaniloCalegaro/performing-apps-react
Aplicação com conceitos de performance no ReactJS
david-gmz/TaskAppTS
Project task made on ReactJS 18 with TS
dragana1611/memo-usememo-usecallback
memo-usememo-usecallback
gabriel-corto/dt-money
Financial control application developed in the module: API consumption and performance in ReactJS
hariyebk/Workout-Timer
Analyze the durations of your workouts
lakindu2002/react-memoization
This repository evaluates how developers can efficiently improve performance in React applications using Memoization
ParasArya289/closureAndMemo_InterviewQuestion
In this react problem statement i have demonstrated that how closure can be used to cache data in combination with useMemo.
PrashantBhati001/React-useMemo
This repository contains the code for the concept of useMemo hook
selmasaltik/react-behind-scenes
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"
sofiane-abou-abderrahim/react-behind-the-scenes
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! 🚀
vishal-sangam-lg/React-Optimisation-useMemo-Example
A simple usage of react useMemo hook to optimise react app