Skeleton Loading Components with Animation | React & CSS Examples

Поделиться
HTML-код
  • Опубликовано: 9 фев 2025

Комментарии • 60

  • @ajaynegiii
    @ajaynegiii 2 года назад +4

    Your tutorials are amazing and actually understandable to beginners.
    Thank you.

  • @iAmTheWagon
    @iAmTheWagon 2 года назад +2

    Dave keeps bringing the bangers!

  • @siddiqahmed3274
    @siddiqahmed3274 2 года назад +2

    There is always great learning from your lesson sir. This is really better than spinner and even that loading text ❤️

  • @devkumar9889
    @devkumar9889 2 года назад +1

    This course is underrated , its better than paid courses

  • @MrFlakgorilla
    @MrFlakgorilla Год назад

    Can't wait to do it (and struggle, like a lot and still get it done) in angular after understanding it in react.

  • @idunexist
    @idunexist Год назад +1

    thank you, the almighty "Gandave the Gray"

  • @wplearnonline628
    @wplearnonline628 2 года назад

    Oh my God Dave!. Just when I was enjoying your swr video, I get to see this too.
    Your channel is so valuable, I do hop you get more subscribers!

  • @ogt1407gabriel
    @ogt1407gabriel 2 года назад

    great video cant wait to try it out😁

  • @sakibcoder
    @sakibcoder 2 года назад

    great tutorial, I was looking for this type loader

  • @yasirghouri823
    @yasirghouri823 2 года назад

    I love your videos. You videos really help me become a better developer. I have a request to please record and upload advanced typescript concepts playlist

  • @khalilbenmeziane8836
    @khalilbenmeziane8836 2 года назад

    thank you dave keep going

  • @TravinskiyVladislav
    @TravinskiyVladislav 2 года назад

    Thank you, Dave

  • @mohdjuber8719
    @mohdjuber8719 2 года назад

    Love you content ❤️❤️

  • @dojcinovic651
    @dojcinovic651 2 года назад

    Great video, thank you 😊

  • @zaidclsn6208
    @zaidclsn6208 2 года назад

    Interview related topics will be good.

  • @mmad_toghrol6229
    @mmad_toghrol6229 Год назад

    Amazing

  • @bugraotken
    @bugraotken Год назад

    Thank you Dave! At Nav.jsx, maybe you should better add disabled prop to titleValue option at line 26 to prevent selection of "Employees" placeholder option. And maybe you could unshift it at line 27, not push.
    const titleValue = Employees
    options.unshift(titleValue)
    As usual a great tutorial

  • @Pareshbpatel
    @Pareshbpatel 2 года назад +1

    Loading Skeletons, beautifully explained. Thanks, Dave.
    {2023-01-20}

  • @yashgupta-rs9ro
    @yashgupta-rs9ro Год назад

    Hey, love your videos. I have been learning a lot from your videos. Thanks for making actually. One Request, Can you create 2 branches, 1 contains code without implementation just the boilerplate and 2 one is implemented one.

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Год назад

      Thank you! The first branch would basically be a new project like we would create with Vite or previously CRA?

    • @yashgupta-rs9ro
      @yashgupta-rs9ro Год назад

      @@DaveGrayTeachesCode Not exactly the boilerplate, but the codebase that is before the actual implementation.
      Like in this video, you have create skeletons folder and add changes in add. So, the first branch would be the code that is before the skeleton folder.
      So, that we can code along with you.

  • @ousssika5359
    @ousssika5359 2 года назад

    hey man nice work as usual, can you do a next tutorial for beginner to advanced like the mern tutorial that you did, it will be great, you are our savior

  • @7doors847
    @7doors847 2 года назад

    🔥! This is killer Dave! 💀
    ( bad joke, i know 😂)

  • @DanielClipsTVS
    @DanielClipsTVS Год назад

    At this point i think youtube is listening to me. This is what i literally came to youtube for today. And your video was recommended. Wtf

  • @travisriegler7096
    @travisriegler7096 2 года назад

    Hi Dave, this is wonderful, exactly what I was looking for. Do you by chance offer paid tutoring services?

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад

      Thank you and glad to hear it! I do not offer tutoring services right now. If I get closer to becoming a full-time content creator, I will be offering mentoring / tutoring at some point. Sign up here to stay updated: courses.davegray.codes/

  • @waleedsharif618
    @waleedsharif618 2 года назад

    You seem to be using vite on client, any difference between that and nextjs on client side ?

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад

      Yes. I'll be getting into Next.js tutorials soon

    • @waleedsharif618
      @waleedsharif618 2 года назад

      @@DaveGrayTeachesCode can we use nextjs JUST on client side ? Without using server side rendering ? I want to replace creat react app with it if there isnt any downside

  • @heartfilterer9863
    @heartfilterer9863 2 года назад

    Did you used any third-party library for skeleton loading please reply

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад

      It is not necessary. Watch the video, check the bookmarks, look at the description 🙂

  • @rayhanislam7518
    @rayhanislam7518 2 года назад

    Bro. Why you use extra render method? Like a function? Few days ago I saw a thing this things are not inspectable from profiler.

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад

      Please provide a reference for what you saw a few days ago and a timestamp for the part of the video you have a question about so I can use the same information and answer accurately.

  • @mhdfirassbarakat6587
    @mhdfirassbarakat6587 Год назад

    on the github link there is the final code not the starter code !!!!
    am I missing something here ?

  • @piusgabula
    @piusgabula 2 года назад

    I don't understand that code at line 4 9:19 someone explain it to me

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад +1

      I create a template literal string and store it in the variable classNames. You can learn about template literal strings here: developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

    • @piusgabula
      @piusgabula 2 года назад

      @@DaveGrayTeachesCode thank you.

  • @PrashantSingh-ug6tv
    @PrashantSingh-ug6tv 2 года назад

    Is this called Simmer UI?

  • @hyakimaru8614
    @hyakimaru8614 2 года назад

    Request = React Upload File image

  • @the360man7
    @the360man7 2 года назад

    First comment!