React Carousel | React Interview Questions | Machine Coding Round

Поділитися
Вставка
  • Опубліковано 17 чер 2024
  • In this video, we will tackle a common React interview question - building a carousel component from scratch. This machine coding round will test your React skills and problem-solving abilities. Watch as we walk through the process of creating a React Carousel, discussing key concepts and best practices along the way. Improve your coding skills and prepare for React interviews with this hands-on coding challenge!
    carousel
    useRef
    react interview questions
    carousel in react js
    node js interview
    frontend interview questions
    react js
    react js project in hindi
    react js tutorial hindi
    React JS whiteboard challenge
    React JS interview practice
    machine coding round frontend
    front end machine coding round
    front end machine coding round questions
    machine coding round frontend react
    how to prepare for machine coding round
    reactjs machine coding round
    frontend machine coding round questions
    react machine coding round questions
    machine coding round reactjs
    reactjs machine coding round questions
    javascript machine coding round
    react js project
    react js project from scratch
    reactjs projects for beginners
    react js project in hindi
    react js project tutorial
    react js project with source code
    reactjs projects for resume
    react js project beginner
    reactjs challenges
    reactjs challenges for beginners
    react js interview coding challenges
    react js task challenges
    reactjs machine coding round
    reactjs machine test questions
    reactjs machine coding
    reactjs machine coding questions
    reactjs machine coding round questions
    reactjs interview questions
    React JS interview questions
    Mastering React JS
    How to prepare for a React JS interview
    React JS interview tips
    Cracking React JS interviews
    React JS coding challenge
    React JS technical interview
    React JS problem solving
    react js machine coding interview

КОМЕНТАРІ • 24

  • @FrontendAman
    @FrontendAman  Місяць тому +3

    Code Link : codesandbox.io/p/sandbox/image-carousel-53zxts?file=%2Fsrc%2FImageCarousel.jsx

  • @RakeshSingh-vl2mz
    @RakeshSingh-vl2mz Місяць тому +2

    Explanation kuch zyada hi zabardast hai🔥

    • @FrontendAman
      @FrontendAman  Місяць тому +1

      aapka comment pdhke acha lga. Do like share and subscribe.

  • @gulshanchaudhari6301
    @gulshanchaudhari6301 11 годин тому

    Your all videos are useful for me and thaks alot

  • @jatinranpariya1510
    @jatinranpariya1510 Місяць тому +2

    We can also use (index + 1) % DATA_LENGTH, and ((index - 1) + DATA_LENGTH) % DATA_LENGTH directly.
    Thanks for the amazing video.

  • @legendarygaming8180
    @legendarygaming8180 Місяць тому +2

    nice explain bro👌👌

  • @shivamraj1784
    @shivamraj1784 9 днів тому

    This one is the best project to simply understand behind the scenes of javascript and react🔥

  • @siddhantsharma6235
    @siddhantsharma6235 День тому

    wow

  • @drugzgamerz7348
    @drugzgamerz7348 Місяць тому +1

    great explaination

  • @vikaskumain3989
    @vikaskumain3989 Місяць тому +1

    well explain brother even concept wise and other things 👌👌❤❤

  • @SearchAndSolve12345
    @SearchAndSolve12345 Місяць тому

    amazing 🎉

  • @hamudxd9497
    @hamudxd9497 Місяць тому

    good
    love it

  • @RajeevSingh-vy6vf
    @RajeevSingh-vy6vf Місяць тому

    explained greatly sir.😇

    • @FrontendAman
      @FrontendAman  Місяць тому

      glad it was helpful. Consider subscribing and liking the video.

  • @vinamrasangal8436
    @vinamrasangal8436 Місяць тому

    bro plz continue to make videos

    • @FrontendAman
      @FrontendAman  Місяць тому +1

      ji zaroor, aap itne baaki videos check kre channel pe. Do like, share and subscribe.

  • @mohammadabbas1623
    @mohammadabbas1623 Місяць тому +1

    great job

  • @harshithsshetty007
    @harshithsshetty007 17 днів тому

    instead of mouseEnter and mouseLeave both can we use mouseOver only, can we get desired output

  • @souvikmandal3991
    @souvikmandal3991 Місяць тому

    Nicly explained but one doubt, when you are starting the interval on mouse enter that interval you are not clearing so wouldn't it will create memory leakage .

    • @FrontendAman
      @FrontendAman  Місяць тому

      glad you liked explanation. we are not starting any interval on mouse enter, please have a look at code codesandbox.io/p/sandbox/image-carousel-53zxts?file=%2Fsrc%2FImageCarousel.jsx