Todo List app in React JS | map, filter and find functions in | Workshop Day 2 | Roadside Coder

  Рет қаралды 56,167

RoadsideCoder

RoadsideCoder

Күн бұрын

Пікірлер: 53
@medipaksinha
@medipaksinha 14 күн бұрын
I tried many videos to make to-do list, but this is the video i was looking for. god bless you ❤❤
@RoadsideCoder
@RoadsideCoder 14 күн бұрын
Thanks! I'm glad you found it helpful.
@jaisharma545
@jaisharma545 3 жыл бұрын
i recently find your channel and just get amazed by your content thanks for your awsome content.
@RoadsideCoder
@RoadsideCoder 3 жыл бұрын
Glad you liked it bro.. Comments like these motivate a lot!
@akshatgupta1092
@akshatgupta1092 2 жыл бұрын
@@RoadsideCoder doing a great job brother
@vaishnavilondhe9920
@vaishnavilondhe9920 2 жыл бұрын
this is the single most sorted explanation I came across. so simple to understand.
@excellencevictorkingsley6921
@excellencevictorkingsley6921 Жыл бұрын
This is the best KZbin tutorial ever.i give you 5🌞 sir.
@RoadsideCoder
@RoadsideCoder Жыл бұрын
Thank you so much 😀
@suprabhatkumar5478
@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
@jainababah6718
@jainababah6718 8 ай бұрын
Found what i was looking for ❤
@vickydarlinn
@vickydarlinn 2 жыл бұрын
Beautifully explained... especially I liked the way....1st go with simple examples then go for complexes...
@dreamvallyhasan4807
@dreamvallyhasan4807 2 ай бұрын
you are simply amaizing thanks
@RoadsideCoder
@RoadsideCoder 2 ай бұрын
Thank you!
@imasunflowerlilfunny3353
@imasunflowerlilfunny3353 Жыл бұрын
literally couldn't understand the edit button part..its so confusing ..with all these diff parameter names
@anshulkori9926
@anshulkori9926 Жыл бұрын
Very nicely explained.!
@amomentbefore...8990
@amomentbefore...8990 5 ай бұрын
what time is the next workshop?
@ebenezergodwyll9902
@ebenezergodwyll9902 2 жыл бұрын
What extension gives the UseState Structure?
@faizanraza558
@faizanraza558 2 жыл бұрын
You are a Legend Bro! Keep it up
@pushpabhandari8848
@pushpabhandari8848 2 жыл бұрын
thank you , really helpful please create more videos on front-end interview !!!
@shreyash8273
@shreyash8273 Жыл бұрын
Nice Explanation
@abcc_tech
@abcc_tech 2 жыл бұрын
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])
@nallaparajuamareshvarma8471
@nallaparajuamareshvarma8471 2 жыл бұрын
Great video bro
@nileshnilu7902
@nileshnilu7902 3 жыл бұрын
Finally I got the video👏
@RoadsideCoder
@RoadsideCoder 3 жыл бұрын
🎉🤘
@AK-ww3yo
@AK-ww3yo 2 жыл бұрын
Really great tutorial. Thanks.
@wondawasilua3366
@wondawasilua3366 2 ай бұрын
Waouw
@yogu99
@yogu99 2 жыл бұрын
great video sir, really helped lot.......
@siddharth3419
@siddharth3419 3 жыл бұрын
What are the prerequisites for this series ? If it has any thn do you have that in channel ?
@RoadsideCoder
@RoadsideCoder 3 жыл бұрын
Just basic javascript.
@siddharth3419
@siddharth3419 3 жыл бұрын
@@RoadsideCoder sir is this playlist enough for learning react and giving interviews?
@RoadsideCoder
@RoadsideCoder 3 жыл бұрын
yes this will provide you all the basics, however I will recommend to follow my movie app project too!
@wajidkhankhan1954
@wajidkhankhan1954 3 жыл бұрын
Hi I am from Bangladesh I love your videos. Please can you make a playlist for zero to job ready developer.
@RoadsideCoder
@RoadsideCoder 3 жыл бұрын
Thanks brother. Sure I will make a playlist in future.
@shivamjha.56
@shivamjha.56 2 жыл бұрын
@@RoadsideCoder where is part 1 of it ?
@RoadsideCoder
@RoadsideCoder 2 жыл бұрын
@@shivamjha.56 You can check my channel
@PriyanshuKumar-uu4ug
@PriyanshuKumar-uu4ug 2 жыл бұрын
thanks piyush
@ExpatTraderFX
@ExpatTraderFX Жыл бұрын
36:33
@BTSARMY-pf1qq
@BTSARMY-pf1qq 2 жыл бұрын
Sir it's given that npx command is not found.Even though I've installed node.js packages. How to solve this problem sir.
@webdev676
@webdev676 2 жыл бұрын
Greate stuffs
@siva.....45
@siva.....45 2 жыл бұрын
Good work.. but bro when I click the edit button why its accept the empty string also
@RoadsideCoder
@RoadsideCoder 2 жыл бұрын
You have to add the validation check for that
@dynamo7731
@dynamo7731 3 жыл бұрын
Thank you sir
@RoadsideCoder
@RoadsideCoder 3 жыл бұрын
Welcome brother
@competitiveprogramming316
@competitiveprogramming316 2 жыл бұрын
todos.map() how map function knows it need to print new todo not whole array again?
@francisseneve2934
@francisseneve2934 3 жыл бұрын
MERN STACK tutorial I love your videos
@RoadsideCoder
@RoadsideCoder 3 жыл бұрын
Thanks
@VigneshKumarK
@VigneshKumarK 2 жыл бұрын
Most confusing....in last part....next time try different naming.....this app fully.....todo todo todo ....everywhere todo...
@RoadsideCoder
@RoadsideCoder 2 жыл бұрын
Haha, my bad
@satwiksv2749
@satwiksv2749 7 ай бұрын
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
@raki0125
@raki0125 2 жыл бұрын
why spread operatorn like and comment pls
@mrrishiraj88
@mrrishiraj88 2 жыл бұрын
👍
@rajkirankelangi5751
@rajkirankelangi5751 2 жыл бұрын
Please make video on same todo app with react-redux
@vishnusingh2300
@vishnusingh2300 Жыл бұрын
32
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН
Жездуха 42-серия
29:26
Million Show
Рет қаралды 2,6 МЛН
React Hooks Course - All React Hooks Explained
1:26:21
PedroTech
Рет қаралды 1,1 МЛН
React Todo List App Tutorial - Beginner React JS Project Using Hooks
50:31
All The JavaScript You Need To Know For React
28:00
PedroTech
Рет қаралды 677 М.
The Perfect Beginner React Project
31:55
Web Dev Simplified
Рет қаралды 417 М.
Vite Crash Course | Faster Alternative To CRA
16:24
Traversy Media
Рет қаралды 220 М.
React & TypeScript - Course for Beginners
1:32:59
freeCodeCamp.org
Рет қаралды 670 М.
This is the Only Right Way to Write React clean-code - SOLID
18:23
ВЛОГ ДИАНА В ТУРЦИИ
1:31:22
Lady Diana VLOG
Рет қаралды 1,2 МЛН