Progress Bar in ReactJs | Frontend Machine Coding Question | React Interview Questions

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

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

  • @chahatbhatia90
    @chahatbhatia90 ปีที่แล้ว +7

    Usually machine coding rounds are in Vanilla JS sir. In ReactJS, it will be easier to make it though. I request you to make MC round videos in Vanilla JS using modular pattern or OOPS pattern.

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

    your website is a gem. Keep making more of such content🌟

  • @RavindraSingh-lp9pl
    @RavindraSingh-lp9pl ปีที่แล้ว

    @JS Cafe..please make series of most asked DSA questions to crack FrontEnd React interview

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

    thank you sir ,your channel is gold🙏.

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

    Bro how did you get so much familiar with these things. Also will they allow us to use Google in between the machine coding round.

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

    if you use normal variable instead of use ref then also it will work. why useRef🤔

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

      +1

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

      the purpose of useRef is to persist the value of variable in multiple re-render cycles , but a normal variable will be declared again in memory on each re-render causing memory issues . So using useRef is a good practice. @@nitingupta1650 @Ravi_Goyal