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.😇
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.
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.
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
Thanks very much for this tutorial!
best video on youtube for Tic Tac Toe with React 😍😍😍
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
Really helpful bro.thanks for this tutorial.
plz make more videos , it very helpful
it's amazing.....can you please make an react course from scratch to advance😀 you are awesome at teaching🥰 god bless you brother
Thanku so much sir for this
Good One Bro 👍. Could Have Added Draw Condition Also
thank you. its been very helpful
Glad it helped!
Clear instructions and logic. Thankyou ! It really helped the go back through the basics.
super bro it is really help full we need more projects explanations to increase over knowledge
great tutorial man. Thankss
Glad you liked it!
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.😇
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 😃
you should make more videos on react tutorials.
Thanks for the help!!
Happy to help!
thank you so much !
thank you very much,i found it useful for my assignment and it was well explained
You're most welcome, glad I could help! 😊
Extremely useful 👍
Glad it was helpful!
Thank you!
You're welcome!
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
if the board is full and no one have three in row , how do we reset the board then
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.
great video! thank you very much :)
Glad you liked it!
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
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
One of my instructor have same teaching style.. are you chandra sir?
Unfortunately not 😅
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
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
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
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
Noice
It's so hard to understand 😢
'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