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])
I tried many videos to make to-do list, but this is the video i was looking for. god bless you ❤❤
Thanks! I'm glad you found it helpful.
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
this is the single most sorted explanation I came across. so simple to understand.
This is the best TH-cam tutorial ever.i give you 5🌞 sir.
Thank you so much 😀
i recently find your channel and just get amazed by your content thanks for your awsome content.
Glad you liked it bro.. Comments like these motivate a lot!
@@RoadsideCoder doing a great job brother
you are simply amaizing thanks
Thank you!
Found what i was looking for ❤
literally couldn't understand the edit button part..its so confusing ..with all these diff parameter names
what time is the next workshop?
Very nicely explained.!
Beautifully explained... especially I liked the way....1st go with simple examples then go for complexes...
What extension gives the UseState Structure?
Nice Explanation
Waouw
Great video bro
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])
What are the prerequisites for this series ? If it has any thn do you have that in channel ?
Just basic javascript.
@@RoadsideCoder sir is this playlist enough for learning react and giving interviews?
yes this will provide you all the basics, however I will recommend to follow my movie app project too!
thank you , really helpful please create more videos on front-end interview !!!
Really great tutorial. Thanks.
You are a Legend Bro! Keep it up
Finally I got the video👏
🎉🤘
Good work.. but bro when I click the edit button why its accept the empty string also
You have to add the validation check for that
36:33
Sir it's given that npx command is not found.Even though I've installed node.js packages.
How to solve this problem sir.
great video sir, really helped lot.......
todos.map() how map function knows it need to print new todo not whole array again?
thanks piyush
Hi I am from Bangladesh I love your videos. Please can you make a playlist for zero to job ready developer.
Thanks brother. Sure I will make a playlist in future.
@@RoadsideCoder where is part 1 of it ?
@@shivamjha.56 You can check my channel
Greate stuffs
MERN STACK tutorial I love your videos
Thanks
Most confusing....in last part....next time try different naming.....this app fully.....todo todo todo ....everywhere todo...
Haha, my bad
Thank you sir
Welcome brother
👍
❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
why spread operatorn like and comment pls
Please make video on same todo app with react-redux
32