Check out some of my other web development courses on Skillshare! Get 1 month of Skillshare free using my referral link - www.skillshare.com/r/profile/Laksh-Dwivedee/57076884?gr_tch_ref=on&gr_trp=on
awesome tutorial. just a little tip: for the css classes of box and reset-btn you should add cursor:pointer to show interactivity. also in the Board.js you should give your mapped buttons components a key prop "key={idx}" to get rid of the annoying error message in console
Also pro tip: if you get stuck on some of the parts, you can copy and paste the source code into chat gpt, and have it explain to you the part your stuck on
This is a really helpful educational resource. I was very impressed with your pedagogy skills. Looking forward to more great content. Thank you for sharing this informative content.😇
Hi excelent video, but could you do this same video but using zutand to keep the winer players and create microstore to save the board if the user refresh the page, the board and the winers player keep them values.
Which extra packages does he have installed? Not a huge deal but I don't have access to the rafc shortcut and couldn't find any extension in vs code that does.
Check out some of my other web development courses on Skillshare! Get 1 month of Skillshare free using my referral link - www.skillshare.com/r/profile/Laksh-Dwivedee/57076884?gr_tch_ref=on&gr_trp=on
best video on youtube for Tic Tac Toe with React 😍😍😍
Thanks very much for this tutorial!
awesome tutorial.
just a little tip: for the css classes of box and reset-btn you should add cursor:pointer to show interactivity.
also in the Board.js you should give your mapped buttons components a key prop "key={idx}" to get rid of the annoying error message in console
Really helpful bro.thanks for this tutorial.
Thanks for the video! It helped me to really get familiar with the syntax and how to connect components! I'm looking forward for your next video.
I'm glad the tutorial was useful to you! If you have any recommendations for future topics, do let me know 😃
Awesome tutorial, thank you so much😇
Also pro tip: if you get stuck on some of the parts, you can copy and paste the source code into chat gpt, and have it explain to you the part your stuck on
thank you. its been very helpful
Glad it helped!
great tutorial man. Thankss
Glad you liked it!
Extremely useful 👍
Glad it was helpful!
Thanks for the help!!
Happy to help!
Thanku so much sir for this
Clear instructions and logic. Thankyou ! It really helped the go back through the basics.
plz make more videos , it very helpful
thank you so much !
This is a really helpful educational resource. I was very impressed with your pedagogy skills. Looking forward to more great content. Thank you for sharing this informative content.😇
super bro it is really help full we need more projects explanations to increase over knowledge
Thank you!
You're welcome!
great video! thank you very much :)
Glad you liked it!
Great video bro you are pretty good with react 😊
Thanks a lot! Do let me know if there's any project/topic you want me to make a video on!
React redux beginner project
Good One Bro 👍. Could Have Added Draw Condition Also
thank you very much,i found it useful for my assignment and it was well explained
You're most welcome, glad I could help! 😊
thnks a lot! very helpfull video
Thanks! I'm glad it helped
React js another projects try th-cam.com/video/tuInCmwydEY/w-d-xo.html
hello at 15:51 how to you clean your box value ...
Adding a useState to the boards variable with an initial null array should clear it up
@@Code_Complete thank you
if the board is full and no one have three in row , how do we reset the board then
you should make more videos on react tutorials.
it's amazing.....can you please make an react course from scratch to advance😀 you are awesome at teaching🥰 god bless you brother
Hi excelent video, but could you do this same video but using zutand to keep the winer players and create microstore to save the board if the user refresh the page, the board and the winers player keep them values.
Glad you liked the video! I haven't used these these technologies before but I'll try my best to read up on them and make a tutorial!
@@Code_Complete sound realy great!! keep going, I learn so much with this video!! {
Sir please use local storage for score store and update as well
please what shortcut did you use to clean up the code at 11:01 ?
In VS Code you can go into the settings and turn on “Format on Save” which will clean up your code whenever you save a file. Hope that helps!
@@Code_Complete thanks bro
Please do make more videos
Which extra packages does he have installed? Not a huge deal but I don't have access to the rafc shortcut and couldn't find any extension in vs code that does.
When you use the reset button after x's turn, the game starts on o's turn. How would you make it so the game always starts on x?
In the resetBoard function, you can add setXPlaying(true). So no matter who ends the game, it always starts on X when the board is reset
One of my instructor have same teaching style.. are you chandra sir?
Unfortunately not 😅
Doesn't work to me: it give to me false results many time
you so cool
Grt
Thank you!
that onClick created so much confusion...and is one of the worst things for me in this app
It's so hard to understand 😢
Noice
'beginner'
Time 27.34 and line no 9 in scoreboard.js how it is possible to write strings in ' score x-score ${ !xplaying}'
It’s called template literals, a feature in ES6 which allows writing variables inside strings