React Typescript Tic Tac Toe

Поділитися
Вставка
  • Опубліковано 1 лют 2025

КОМЕНТАРІ • 19

  • @rameshvishwakarma2668
    @rameshvishwakarma2668 Рік тому +4

    sir aapne code bahot simple treeke se samjhaya 2 baar video dekh kar pura samaj aa gya.
    aapka reactjs tutorial is all time good is begnier in youtube.
    thank you sir.

  • @AfzaalKhalid-ox3pw
    @AfzaalKhalid-ox3pw 6 місяців тому

    the way you explain is really impresive.

  • @a_maxed_out_handle_of_30_chars

    simple and to the point, thank you :)

  • @hrithikgavankar7845
    @hrithikgavankar7845 3 місяці тому +1

    The reason the alert is triggered before the board is fully rendered is due to the asynchronous nature of state updates in React. When you call setState(), React schedules the state update, but it doesn’t happen immediately. However, since the code continues to execute, the alert() is triggered before the actual DOM is updated and the re-render happens.
    To fix this issue and ensure the board update is visually complete before the alert is shown, you can add a slight delay using setTimeout. This will allow the DOM to fully render the new state before the alert is triggered.

  • @sanjivaneeraut910
    @sanjivaneeraut910 2 місяці тому +1

    Awesome tutorial Sir... Thank you so much

  • @hemantwasthere
    @hemantwasthere Рік тому +1

    Very helpful video, Thanks 🔥🔥🔥🔥

  • @100DDC
    @100DDC 11 місяців тому

    WOW, it's amazing

  • @iamfitji
    @iamfitji Рік тому +1

    Amazing sir ❤

  • @ichigokurosaki7120
    @ichigokurosaki7120 Рік тому

    The concept clearity you provide is just too good bro.

  • @YusufShahin-l4g
    @YusufShahin-l4g 4 місяці тому

    link of source code dose not work

  • @adinarayanareddy3226
    @adinarayanareddy3226 Рік тому +2

    Bro React Router Dom Has got some new updates , Please Make a video on that...

  • @abdur786_
    @abdur786_ Рік тому

    Bhai please nextjs ka playlist start kro na using the next-auth

  • @NeerajSharma1
    @NeerajSharma1 Рік тому

    Problem statement: After each click change the background color of clicked block. After winning, Cross the respective row/column/diagonal with a straight line. Please post the code if anyone implemented it.

  • @aadarshgurug
    @aadarshgurug Рік тому

    Nice Brother

  • @yousufbhatti_1
    @yousufbhatti_1 4 місяці тому

    Source Code link is not working.

  • @FM-rn4ti
    @FM-rn4ti Рік тому

    After player X win, the game should end but it's not ending. Even after winning, if user click on remaining block, alert is showing player win.. please fix this

  • @vaibhavsingh-r4v
    @vaibhavsingh-r4v 3 місяці тому

    game still have lots of bugs that you doesnt explained or resolved.