ALL React Hooks Explained in 12 Minutes

  Рет қаралды 181,523

Code Bootcamp

Code Bootcamp

Күн бұрын

Пікірлер: 66
@anjul6015
@anjul6015 9 ай бұрын
the amount of information in one video is mind bogg!!
@suryanshpatel4750
@suryanshpatel4750 8 ай бұрын
the joke about useId is quite hilarious, i was thinking same :)
@alena_3001
@alena_3001 Ай бұрын
Thank you very much for your perfect pronunciation. I'm non-native english speaker so sometimes it is a problem to understand other people. But you speak very clearly, so I understood everything! & it was very helpful for me, small tips how to work with all of these hooks and when you should use another one also great!
@coderkrishna8990
@coderkrishna8990 4 ай бұрын
🪄✨ Made with SummarizeYT ​0:00 - Introduction to React hooks and their importance in building React apps. ​0:18 - Overview of the eight major categories of React hooks. ​1:04 - Explanation of `useState` as a fundamental hook for managing component state. ​2:16 - Introduction to `useReducer` for complex state management. ​3:20 - Discussion on `useSyncExternalStore` and its limited use case. ​3:38 - Definition of effect hooks and their role in performing side effects. ​4:52 - When to use `useEffect` for synchronizing React code with browser APIs. ​5:08 - Explanation of `useLayoutEffect` and its timing in the rendering process. ​5:49 - Introduction to `useInsertionEffect` for CSS-in-JS library developers. ​6:05 - Effect hooks can read from the layout, like effects refs. ​6:15 - The `useRef` hook allows remembering data without triggering a render. ​6:39 - Refs are mutable, while state is immutable, allowing direct modification. ​7:00 - Use imperative handle to forward refs and expose methods to parent components. ​7:42 - `useMemo` caches previous results to improve performance for expensive computations. ​8:25 - `useCallback` prevents callback functions from being recreated on each render. ​9:01 - `useContext` reads context values from a context provider. ​9:26 - `useTransition` marks certain state updates as non-urgent for better responsiveness. ​10:18 - `useDeferredValue` schedules updates at optimal times for improved user experience. ​11:15 - `useId` creates unique IDs for form inputs, ensuring no conflicts.
@RAHULE-sy4sj
@RAHULE-sy4sj 27 күн бұрын
Million dollar Video to fresh Up !!!! Thanks For This !! And you earned a Subscriber
@thiagoneres8178
@thiagoneres8178 9 ай бұрын
You ARE a legend, mate. That was quite helpful for me
@Niggeshwar69
@Niggeshwar69 9 ай бұрын
Although it does not teach everything you need to know but it teaches everything you shouldn't be scared of
@thineshkumar1389
@thineshkumar1389 5 ай бұрын
You video seems to give off some cozy vibes with those graphics and sounds. Makes me feel like coding in summer camp ⛺🌄
@onlyAI..
@onlyAI.. 3 ай бұрын
True
@datokhojava6421
@datokhojava6421 4 ай бұрын
2:58 I think its a error on the screen. switch cases name and dispatch type isn't same I think this code will not work. Am i right ?
@markanthonypandac2469
@markanthonypandac2469 9 ай бұрын
in useId you definitely knew what i was thinking🤣🤣🤣
@not_a_human_being
@not_a_human_being 4 ай бұрын
good stuff! can't wait for React 19!
@faizanqureshi3792
@faizanqureshi3792 6 ай бұрын
please explain Redux too like this, really loved your content
@EasyWash-mv3bf
@EasyWash-mv3bf 7 ай бұрын
Very good and clear explanation 👏
@mugesoft
@mugesoft 5 ай бұрын
Thanks for your wonderful explanation!
@rjwhite4424
@rjwhite4424 9 ай бұрын
Most programs will only use 3-4 of these hooks
@VuDangQuangFPLHCM
@VuDangQuangFPLHCM 4 ай бұрын
could you please help me know what they are? thank you
@incandesc3nce
@incandesc3nce 4 ай бұрын
@@VuDangQuangFPLHCMuseState, useEffect, useContext, useRef, sometimes you're most likely to use useReducer and useMemo as they're are more specific
@rjwhite4424
@rjwhite4424 4 ай бұрын
@@VuDangQuangFPLHCM you could build alot of apps using just useState, useEffect, useContext, and useRef. Once you hit enterprise level you might start using more but those are the basic ones
@incandesc3nce
@incandesc3nce 3 ай бұрын
@@VuDangQuangFPLHCM useState, useEffect, useRef and useContext
@bartekdurczak4085
@bartekdurczak4085 Ай бұрын
@@VuDangQuangFPLHCM useState useMemo useCallback useEffect useRef are the most important for me then comes things like useDeferedValue
@breezycodes
@breezycodes 3 ай бұрын
ok. Can you please share what you use to do presentation? Thanks for the visuals. Really nice
@shaikyasmeen3947
@shaikyasmeen3947 5 ай бұрын
Simply superb
@spiritualconsciousness475
@spiritualconsciousness475 6 ай бұрын
Really like your content, It was so helpful, Can you please upload video regarding redux and life cycle
@soldishero_y
@soldishero_y 8 ай бұрын
Nice video. Informative and entartained.
@sike_val
@sike_val 9 ай бұрын
could you make a tutorial about redux?
@Techie_Sridhar
@Techie_Sridhar 9 ай бұрын
Since you can explain this so well, can you explain about using async function in context? 🙏
@leelacreations
@leelacreations 8 ай бұрын
Could you please create a video on JavaScript Data Structures and Algorithms
@KanchanaW
@KanchanaW 2 ай бұрын
great video very informative.
@JTMoonXX30
@JTMoonXX30 3 ай бұрын
what did you use to make your illustrations?
@senakr
@senakr 29 күн бұрын
Nice animation. What is the name of this software?
@sumanthachark
@sumanthachark Ай бұрын
Can anybody share your experience of his bootcamp!?
@shaikyasmeen3947
@shaikyasmeen3947 5 ай бұрын
Please make video on redux and toolkit
@432aniketkadam4
@432aniketkadam4 9 ай бұрын
Great content , make some videos on JavaScript
@MisterBlat
@MisterBlat 9 ай бұрын
good videos bud
@larrasket
@larrasket 4 ай бұрын
1:23 opensuse
@onlyAI..
@onlyAI.. 3 ай бұрын
Please make video on redux too
@webhero42
@webhero42 7 ай бұрын
2:12 prev + 1
@bharatlondhe9995
@bharatlondhe9995 5 ай бұрын
Besstttt❤❤❤
@fresonn
@fresonn 9 ай бұрын
Good, wonderful
@manju271989
@manju271989 9 ай бұрын
Nice one.
@sayochikun3288
@sayochikun3288 17 күн бұрын
Hmmm interesting 04:25 08:30 09:30
@JohnSmith-op7ls
@JohnSmith-op7ls 7 ай бұрын
So, against all better judgment and options, you decided to use react. Enjoy the pain.
@saivutukuri-o3d
@saivutukuri-o3d 8 ай бұрын
Please moste more videos
@Aziz0.
@Aziz0. 4 ай бұрын
11.25 nice one 😂😂
@TokyoXtreme
@TokyoXtreme 9 ай бұрын
Accurate.
@DoctorMandible
@DoctorMandible 9 ай бұрын
Which hook uninstalls react and installs svelte 😂
@josygeorge5671
@josygeorge5671 9 ай бұрын
😅 but why?
@thedavistheory7674
@thedavistheory7674 9 ай бұрын
Skill issue
@dotarjun
@dotarjun 9 ай бұрын
useSvelte
@vvelarm
@vvelarm 9 ай бұрын
​@@thedavistheory7674dude...
@andrewguasch8374
@andrewguasch8374 8 ай бұрын
Ctrl + Alt + Delete Then Restart
@VoiceHole
@VoiceHole 9 ай бұрын
Dope!
@prashlovessamosa
@prashlovessamosa 9 ай бұрын
great
@dipalibadgujar2100
@dipalibadgujar2100 Ай бұрын
Please put more ads and ads ands more and more
@agilidadmental848
@agilidadmental848 7 ай бұрын
Too much adds for a 12 min video. Let me call it the hunger games… 💩
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 906 М.
Why Signals Are Better Than React Hooks
16:30
Web Dev Simplified
Рет қаралды 495 М.
Жездуха 41-серия
36:26
Million Show
Рет қаралды 5 МЛН
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН
7 React Lessons I Wish I Knew Earlier
7:30
Code Bootcamp
Рет қаралды 75 М.
State Managers Are Making Your Code Worse In React
13:33
Web Dev Simplified
Рет қаралды 212 М.
Топ 5 ОШИБОК Новичков в REACT
13:07
gorbatkoff
Рет қаралды 8 М.
All React Hooks Explained - React Hooks Tutorial 2025
1:28:44
PedroTech
Рет қаралды 13 М.
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 788 М.
All useEffect Mistakes Every Junior React Developer Makes
22:23
JavaScript Visualized - Event Loop, Web APIs, (Micro)task Queue
12:35
All The JavaScript You Need To Know For React
28:00
PedroTech
Рет қаралды 681 М.
Every React 19 Feature Explained in 8 Minutes
7:35
Code Bootcamp
Рет қаралды 151 М.
Жездуха 41-серия
36:26
Million Show
Рет қаралды 5 МЛН