React Typescript Tic Tac Toe

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น • 19

  • @rameshvishwakarma2668
    @rameshvishwakarma2668 11 หลายเดือนก่อน +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 5 หลายเดือนก่อน

    the way you explain is really impresive.

  • @sanjivaneeraut910
    @sanjivaneeraut910 หลายเดือนก่อน +1

    Awesome tutorial Sir... Thank you so much

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars ปีที่แล้ว +2

    simple and to the point, thank you :)

  • @hrithikgavankar7845
    @hrithikgavankar7845 2 หลายเดือนก่อน

    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.

  • @hemantwasthere
    @hemantwasthere ปีที่แล้ว +1

    Very helpful video, Thanks 🔥🔥🔥🔥

  • @ichigokurosaki7120
    @ichigokurosaki7120 ปีที่แล้ว

    The concept clearity you provide is just too good bro.

  • @iamfitji
    @iamfitji ปีที่แล้ว +1

    Amazing sir ❤

  • @100DDC
    @100DDC 10 หลายเดือนก่อน

    WOW, it's amazing

  • @YusufShahin-l4g
    @YusufShahin-l4g 2 หลายเดือนก่อน

    link of source code dose not work

  • @yousufbhatti_1
    @yousufbhatti_1 3 หลายเดือนก่อน

    Source Code link is not working.

  • @abdur786_
    @abdur786_ ปีที่แล้ว

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

  • @adinarayanareddy3226
    @adinarayanareddy3226 ปีที่แล้ว +2

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

  • @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

  • @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

    • @rameshvishwakarma2668
      @rameshvishwakarma2668 11 หลายเดือนก่อน

      sir aap code bta degiye kaise hoga.
      ki alert baad main remder kre

  • @vaibhavsingh-r4v
    @vaibhavsingh-r4v 2 หลายเดือนก่อน

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