Make an Image Carousel/Slider with React | Beginners Tutorial

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

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

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

    Have questions or feedback? Head over to our Discord server! discord.gg/TWBtv5an7N

  • @heyreactjs
    @heyreactjs ปีที่แล้ว +4

    I watch more than 20 videos which are good but your are excellent. You explain in very easy way . Going to create and use it in my site. Thanks alot.

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

    This is the easiest and most well explained tutorial ive come across for building an image slider in react

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

    Watched so many carousel video . This is best video for beginners

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

    this is the best tutorial I have seen so far. thanks man everything is on point.

  • @berkkosal
    @berkkosal 10 หลายเดือนก่อน +2

    Easy to follow, thank you for your efforts. Keep up the good work!

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

    He explained line by line making very easy for beginners to understand. Thanks a lot!

  • @lohishra4901
    @lohishra4901 ปีที่แล้ว +9

    Excellent, if it also could include transition(animation) sliding from one Image to other it would be awesome

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

    simple and easy to follow. Thank you! :)

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

    thanks from France !

  • @AjayKasthala
    @AjayKasthala ปีที่แล้ว +3

    Nice Work
    Looking forward to more such videos

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

    Great video! Thanks for sharing your knowledge and explaining everything along the way. Super helpful :)

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

    Thanks for succinct explanation.

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

    Was super helpful, thanks!

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

    Great video! One suggestion - instead of using a ternary to bound the image index, you can use modulo which IMO is a bit more terse and elegant :)

  • @vikneshn8386
    @vikneshn8386 6 หลายเดือนก่อน

    On point explanation love your teaching bro ❤

  • @Programiranje-zz9yf
    @Programiranje-zz9yf ปีที่แล้ว +1

    Great Video!

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

    Such a perfect video and explanation! Thank you!

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

    Excellent teaching brother🎉🎉. We want more for freshers

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

      Thanks a lot! Will work on creating more!

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

    7:03 start

  • @shouryasetu3526
    @shouryasetu3526 8 หลายเดือนก่อน +2

    Nice one brother

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

    Super.... More videos... From Sri Lanka

  • @prashanthchandrasekar1026
    @prashanthchandrasekar1026 5 หลายเดือนก่อน

    wonderful video😊

  • @code-java
    @code-java 9 หลายเดือนก่อน +1

    Thank you so much it helped me a lot sir

  • @steveloardi7488
    @steveloardi7488 5 หลายเดือนก่อน

    Thanks for tutorial. But how can i add transition when press next or prev?

  • @JasurNishonov-wr1bw
    @JasurNishonov-wr1bw 7 หลายเดือนก่อน +2

    well done

  • @hossainabie
    @hossainabie 9 หลายเดือนก่อน

    High there sir, thankyou for this awesome tutorial . would you plz tell me how can I add image from my local assets to Carousel/Slider instead fetching them from website?

  • @TheerthaMK-q9k
    @TheerthaMK-q9k ปีที่แล้ว +1

    thank you so much

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

    very useful

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

    You can make video about how to make parallax animation in react, how to toggle animation on perticular scroll position, etc

  • @yinkaadeniyi573
    @yinkaadeniyi573 5 หลายเดือนก่อน

    You re very good.

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

    thanks for the video in details , how i can use the same slider for sharepoint site pages as webpart?

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

    thanks for this tuto

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

    Нормально рассказал! Спасибо и успехов👍

  • @vijayavanikolluru
    @vijayavanikolluru 8 หลายเดือนก่อน

    Can we implement the same on left and right swipe on the screen or swiping on the trackpad

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

    how are the indicator dots appearing exactly, we dont really have anything inside the button...?

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

    good job. maybe next time you can add some animation to it using css

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

    can anyone suggest how can i add autoplay for this, so that image changes for every 2 seconds like that
    ?

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

      You can declare a setInterval inside a useEffect when the page first loads and call the nextSlide function every 2000ms developer.mozilla.org/en-US/docs/Web/API/setInterval#examples

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

    Hi, Will this approach work on Netflix like carousel ? Where there are multiple thumbnail visible till viewport ends and then it slides on click.

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

    excilent video

  • @ludmillashaddel7196
    @ludmillashaddel7196 4 หลายเดือนก่อน

    thanks

  • @ManishVerma-oj5fe
    @ManishVerma-oj5fe 8 หลายเดือนก่อน +1

    can we automate this ?

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

    Make more something like this

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

    But how to give some transition?

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

    thanks for source cod

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

    how if i want to make carousel with local img in react?

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

    what is the difference between App.css and index.css with use why can't there be one css file

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

    Subbed.

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

    is this responsive?

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

    Please i am having problems rendering my image

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

    Thanks, Simple and Helpful..