I tried many videos to make to-do list, but this is the video i was looking for. god bless you ❤❤
@RoadsideCoder14 күн бұрын
Thanks! I'm glad you found it helpful.
@jaisharma5453 жыл бұрын
i recently find your channel and just get amazed by your content thanks for your awsome content.
@RoadsideCoder3 жыл бұрын
Glad you liked it bro.. Comments like these motivate a lot!
@akshatgupta10922 жыл бұрын
@@RoadsideCoder doing a great job brother
@vaishnavilondhe99202 жыл бұрын
this is the single most sorted explanation I came across. so simple to understand.
@excellencevictorkingsley6921 Жыл бұрын
This is the best KZbin tutorial ever.i give you 5🌞 sir.
@RoadsideCoder Жыл бұрын
Thank you so much 😀
@suprabhatkumar5478 Жыл бұрын
Hi Piyush, at 1:00:39 where you said we need to return after setting the state, that proved to be a game changer for me. Thanks a lot
@jainababah67188 ай бұрын
Found what i was looking for ❤
@vickydarlinn2 жыл бұрын
Beautifully explained... especially I liked the way....1st go with simple examples then go for complexes...
@dreamvallyhasan48072 ай бұрын
you are simply amaizing thanks
@RoadsideCoder2 ай бұрын
Thank you!
@imasunflowerlilfunny3353 Жыл бұрын
literally couldn't understand the edit button part..its so confusing ..with all these diff parameter names
@anshulkori9926 Жыл бұрын
Very nicely explained.!
@amomentbefore...89905 ай бұрын
what time is the next workshop?
@ebenezergodwyll99022 жыл бұрын
What extension gives the UseState Structure?
@faizanraza5582 жыл бұрын
You are a Legend Bro! Keep it up
@pushpabhandari88482 жыл бұрын
thank you , really helpful please create more videos on front-end interview !!!
@shreyash8273 Жыл бұрын
Nice Explanation
@abcc_tech2 жыл бұрын
This is the most readily described, which is really beneficial to newcomers. I have added below codes to play with local storage. let init; if(localStorage.getItem('todos')===null){ init = [] } else { init = JSON.parse(localStorage.getItem('todos')) } useEffect(()=>{ localStorage.setItem('todos',JSON.stringify(todos)) },[todos])
@nallaparajuamareshvarma84712 жыл бұрын
Great video bro
@nileshnilu79023 жыл бұрын
Finally I got the video👏
@RoadsideCoder3 жыл бұрын
🎉🤘
@AK-ww3yo2 жыл бұрын
Really great tutorial. Thanks.
@wondawasilua33662 ай бұрын
Waouw
@yogu992 жыл бұрын
great video sir, really helped lot.......
@siddharth34193 жыл бұрын
What are the prerequisites for this series ? If it has any thn do you have that in channel ?
@RoadsideCoder3 жыл бұрын
Just basic javascript.
@siddharth34193 жыл бұрын
@@RoadsideCoder sir is this playlist enough for learning react and giving interviews?
@RoadsideCoder3 жыл бұрын
yes this will provide you all the basics, however I will recommend to follow my movie app project too!
@wajidkhankhan19543 жыл бұрын
Hi I am from Bangladesh I love your videos. Please can you make a playlist for zero to job ready developer.
@RoadsideCoder3 жыл бұрын
Thanks brother. Sure I will make a playlist in future.
@shivamjha.562 жыл бұрын
@@RoadsideCoder where is part 1 of it ?
@RoadsideCoder2 жыл бұрын
@@shivamjha.56 You can check my channel
@PriyanshuKumar-uu4ug2 жыл бұрын
thanks piyush
@ExpatTraderFX Жыл бұрын
36:33
@BTSARMY-pf1qq2 жыл бұрын
Sir it's given that npx command is not found.Even though I've installed node.js packages. How to solve this problem sir.
@webdev6762 жыл бұрын
Greate stuffs
@siva.....452 жыл бұрын
Good work.. but bro when I click the edit button why its accept the empty string also
@RoadsideCoder2 жыл бұрын
You have to add the validation check for that
@dynamo77313 жыл бұрын
Thank you sir
@RoadsideCoder3 жыл бұрын
Welcome brother
@competitiveprogramming3162 жыл бұрын
todos.map() how map function knows it need to print new todo not whole array again?
@francisseneve29343 жыл бұрын
MERN STACK tutorial I love your videos
@RoadsideCoder3 жыл бұрын
Thanks
@VigneshKumarK2 жыл бұрын
Most confusing....in last part....next time try different naming.....this app fully.....todo todo todo ....everywhere todo...
@RoadsideCoder2 жыл бұрын
Haha, my bad
@satwiksv27497 ай бұрын
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
@raki01252 жыл бұрын
why spread operatorn like and comment pls
@mrrishiraj882 жыл бұрын
👍
@rajkirankelangi57512 жыл бұрын
Please make video on same todo app with react-redux