My dude, I've watched tons of videos and only just found your channel now and finally understand it! Definitely subscribing and checking out your other vids! Thank you
@NirtTech Жыл бұрын
Now I truly understand how useState works. Thanks for this tutorial 🙏🏾
@AwaisHafeez Жыл бұрын
Really Helpful..
@infalmehar74522 жыл бұрын
That's the best tutorial of useState that I have ever seen on youtube ❤
@lukas.webdev Жыл бұрын
I just posted a video about useState in 2023... maybe this is interesting for you as well... 😉
@JustPerfectDesigns2 жыл бұрын
I love your contents. You simplify coding. Most especially React. Keep it up man. You’re listed as my go to channel for tips and helps. Thank you 🔥
@DailyTech0017 ай бұрын
Thanks for this Pedro. It has really helped me understand useState which had been so confusing to me
@abhaytiwari64112 жыл бұрын
please make one video on context api
@Joe-od3td2 жыл бұрын
this
@imadkawas303 Жыл бұрын
Thank you so much good sir.
@Fadhilrizky012 жыл бұрын
I love Contents Like this pedro, i hopefully you create about UseEffect and UseContext like this
@aniketbhalla15212 жыл бұрын
In crux, the main difference b/w a normal js variable and a variable (or a state) in react is that, a change in normal js variable , with let & const , won't trigger the render method but react var provided by useState will do. And that re-render, updates our html code with updated variable value. After the render, if we've something to be done yet, we do that in useEffect which gets triggered after the html is printed to the screen. Correct me, if I'm wrong.
@henryirabor6178 Жыл бұрын
This made me understand usestate
@wellness65582 жыл бұрын
Superb...good job...
@abhaytiwari64112 жыл бұрын
I really Appreciate your Hardwork.
@boffinschist10982 жыл бұрын
Thanks. More simple stuff like this please.
@sumirapathirana67418 ай бұрын
Cool explanation bro 🔥
@yugi_2 жыл бұрын
you're the guy🤝
@yashkalia2311 Жыл бұрын
lovely sir.TYSM
@Ghostfancoder2 жыл бұрын
Bro you rock! Thank you....
@SandraYun2 жыл бұрын
What key shortcut did you use to space out between the brackets on useState like this { useState } the spaces before u and the space after e?
@eliuddyn2 жыл бұрын
This is amazing 🔥🔥
@ThColinPereira2 жыл бұрын
Amazing tutorial!
@kathirmldata74112 жыл бұрын
Thanks for the video. still i stuck with useEffect concept. please do this as well...
@lukas.webdev Жыл бұрын
I will soon do a video about that as part of my React Hooks Tutorial 2023 mini series ... 😉
@codecuts932 жыл бұрын
Thanks 💜
@SweatySockGaming2 жыл бұрын
Keep making videos!
@JustPerfectDesigns2 жыл бұрын
I don’t know if I’m speaking someone’s mind but I do think react makes JavaScript look really easy. Anyone here who thinks same? Thanks Pedro for the tut 🤞
@PedroTechnologies2 жыл бұрын
I agree hahaha
@ziweitao5310 Жыл бұрын
very helpful!
@kunalbiswas3722 жыл бұрын
can you teach us how to use usecontext ?
@lukas.webdev Жыл бұрын
I will soon do a video about that as part of my React Hooks Tutorial 2023 mini series ... 😉
@romulosendoromulo2 жыл бұрын
Cool video, thx man
@gracesonsydonfernandes74432 жыл бұрын
peddro my bro
@sidalib_dev2 жыл бұрын
we need a discord pedro !
@Thithe_dev Жыл бұрын
Muito bons os exemplos 👍🏾
@sitdown.listen.33582 жыл бұрын
Awesome tutorials, so much knowledge, but ummm... If you could make a video about user authentication with crypto.js like in a Password Manager project, but to make all of verification and decryption on a server side... Ex. You type only a login and password, front-end sends it to server side and then server get data from db, decrypt it and compare data 🤔 I'm trying so hard, but can't make this work 😥
@universecode11012 жыл бұрын
Learn the basics guys 💪🏻
@jinxscript2 жыл бұрын
goat 🐐
@yagami_08882 жыл бұрын
can you explain how to use (useReducer + useContext ) togethere
@dougui.p2 жыл бұрын
bro, where is the discord link? o.O
@ahmed72532 жыл бұрын
you are the boss , do you now ??
@viladmirramon4855 Жыл бұрын
Where is context API or Redux tutorial?
@darioanyelocuzc56042 жыл бұрын
🙏👍👍👍
@nauni072 жыл бұрын
the contents are not organised...like it should be like 1st video of playlist to last basic to advance ike books
@songha79632 жыл бұрын
I Learn very difficult
@OneworldKW Жыл бұрын
I still don't understand. I hope to understand states after the video