Explore tweets tagged as #usecallback
@StanleyAzi
Tech Stanley πŸ‘¨πŸΎβ€πŸ’»
2 days
useCallback() for the best fix, right?. One thing that flashed through my mind from the other screenshot is the fact that you can literally declare a function and call it anywhere. Calling it before your declaration still does the same job. By the way, don’t go and be testing
Tweet media one
@StanleyAzi
Tech Stanley πŸ‘¨πŸΎβ€πŸ’»
2 days
I opened an old project I built in my early days of React and smiled. πŸ™ƒ. How would you fix this error?. By the way, Zed is incredible. Biome doing the most.
Tweet media one
0
0
4
@isha_singh06
Isha Singh
1 month
πŸš€ #Day87 #Class87 of my React.js journey with @sheryians_ πŸš€. Today, I explored some powerful concepts that help in performance optimization and reusability in React! πŸ˜„. πŸ”Ή Custom Hooks.πŸ”Ή useMemo.πŸ”Ή useCallback
Tweet media one
Tweet media two
Tweet media three
1
0
19
@SamarjeetSabale
@SamarjeetDevs
6 days
Day65 #100DaysOfCode .today's progress -.- React useRef, useCallback, useMemo hooks. - build this password generator with react. @Hiteshdotcom .- dealing with @freeCodeCamp javascript and responsive designing certification program. #buildinpublic #FrontendDev
Tweet media one
Tweet media two
0
0
2
@Nik_Coding10
Code_Nik10
19 days
Dived deeper into React today! 🧠. Explored useState, useCallback, useRef & started styling with TailwindCSS. Hitesh Sir’s teaching = πŸ”₯.@Hiteshdotcom . Bit under the weather πŸ€’ but dev grind continues!.DSA comeback tomorrow πŸ‘Š.#ReactJS #Tailwind #DevJourney #JavaScript #DSA
Tweet media one
Tweet media two
1
0
15
@yashdotdev
Yash
2 months
Wrapped up the password generator project βœ…. Understood how useCallback caches functions for better performance & useRef for accessing DOM (selecting text & more), how useEffect works when any dependency changes. Hooks are making sense nowπŸš€. #ReactJS #webdev #JS #connect
0
0
6
@CodeStarGM
GM
2 months
After years of building in React, these three hooks cover 90% of my use cases!!! . Sometimes useMemo & useCallback as well. Curious what hooks do you actually reach for in realworld projects?. #buildinpublic #reactjs
Tweet media one
2
0
1
@stamigos
Vitalii-Alan B
1 month
Optimize #React with `useCallback` πŸ”„. Avoid re-renders by memoizing handlers:
Tweet media one
0
2
5
@SumitM_X
SumitM
2 months
Very common Interview question - React Performance Bottlenecks and How to Fix Them. 1. Unnecessary Re-renders.Optimize with:. React.memo, useMemo, useCallback. Proper key usage in lists. Component splitting and lazy loading. 2. Inefficient Data Fetching.Optimize with:. SWR /
Tweet media one
0
8
71
@DreadTsx
Dread
5 days
Just learnt the do’s and don’ts of React optimization πŸš€. ❌ Don’ts:. Don’t optimize prematurely. Don’t memo() everything. Don’t wrap all functions in useCallback(). Don’t useMemo() every value. Don’t optimize context unless it’s slow and widely used.
1
0
2
@gvrcore
Gaurav 🍁
11 days
Dev log 8 & 9 Jul :-.>Learned 'useRef' React hook.>useMemo React hook.>useCallback hook
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
15
@yashdotdev
Yash
2 months
Got caught up fixing some tailwind issues today. Tried building a password generator in react, range for length + checkboxes for numbers & symbols. Learned useCallback (for re-rendering), explored useEffect & useRef too. gotta dive deeper into hooks πŸš€. #React #Tailwind #webdev
Tweet media one
1
0
15
@ManLike_Phantom
Sowemimo Akorede
1 month
Day 35πŸš€. Today I explored useCallback and how it's used to optimize performance by preventing unnecessary re-renders. I also practiced passing functions from parent to child components,revisiting how useCallback helps maintain reference stability in such cases.#ReactJS #WebDev
Tweet media one
5
4
17
@AchinthaIs47441
Achintha Isuru
28 days
πŸ–₯️ Just published: The 3 React hooks you need β†’ useEffect, useMemo, useCallback. βœ… When to use them.βœ… When not to use them.βœ… Common mistakes I’ve made, too. If you’ve been overusing useEffect or useCallback, this is for you. πŸ”— #React #WebDev #Front.
0
0
1
@sargampoudel
Sargam
26 days
Day 9: How useCallback works internally
@sargampoudel
Sargam
27 days
Day 8: React Server Components
13
4
224
@_singhvibhanshu
Vibhanshu Singh
1 day
Major Key Takeaways from @kirat_tw's Cohort 2.0 - Week 6:.- learned about the concepts of re-rendering, key, and wrapper components,.- learned about the hooks & the side effects,.- learned about some commonly used hooks like useState, useEffect, useMemo, useCallback, and useRef.
@_singhvibhanshu
Vibhanshu Singh
3 days
Major Key Takeaways from @kirat_tw's Cohort 2.0 - Week 5:.- created a basic full-stack to-do application,.- deep-dived further into react.
0
0
2
@dev_TEMITAYO
π“π˜
3 months
Today,.Completed the advanced React, performance, routing, and smart optimization. What I covered. React Profiler(DevTools). useMemo, useCallback, memo. Dive deep into dependency arrays & useEffect. Lazy loading with lazy. Suspense in React Router. Bundle size optimization. Wby?
Tweet media one
0
0
10
@peterpme
Peter Piekarczyk (πŸ₯§πŸš—πŸ₯)
3 months
Do you know the difference between useCallback and useMemo?. - useMemo returns the cached result.- useCallback returns the cached function. There you go
Tweet media one
0
1
6
@KendoUI
Progress Kendo UI
2 months
Efficiency is key, right? πŸ—οΈ . Learn how #ReactJS's Memoization tools (memo, useMemo, useCallback) can prevent unnecessary work & make your app run like a dream from @kentcdodds! ‡️ .
0
3
6
@garvit305
Garvit Singhal
7 days
Stop wrestling with React component re-renders! Memoize your components with `React.memo` and optimize prop comparisons with `useMemo` & `useCallback`. Boost performance & keep your UI snappy. #ReactJS #PerformanceOptimization #WebDev.
0
0
2