This React UI Library is GAME CHANGER!

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ค. 2023
  • Check out my courses to become a PRO 🔥
    developedbyed.com
    Check out tailwind and shadcn right here
    ui.shadcn.com/
    tailwindcss.com/
    🛴 Follow me on:
    Twitch: / developedbyed
    Twitter: / developedbyed
    Instagram: / developedbyed
    Github: github.com/developedbyed/
    #react #webdevelopment
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @ahmed.systems
    @ahmed.systems 11 หลายเดือนก่อน +157

    I like how at the start I thought shadcn was just a tailwind copy paste library, and now it is one of the most loved UI libraries out there.

  • @haritpatel5001
    @haritpatel5001 11 หลายเดือนก่อน +125

    I would love more detailed build with this Library. Amazing content.

    • @PrinceDalsaniyaYT
      @PrinceDalsaniyaYT 11 หลายเดือนก่อน +3

      totally agreed. Would love to see whole website build with this UI library.

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

      @@PrinceDalsaniyaYT Whole website? I would love to see a whole GUI Builder built with it. Why do you have such low expectations? Demand more! If it's so awesome, why don't they develop a GUI Builder with it so no one has to write code for it anymore?
      All Good Quality UI Libraries prove themselves by building a GUI Builder that obsoletes its own UI Library - such that no one needs to code it anymore and everyone can drag-and-drop elements on a canvas and configure them through a GUI.
      So where is the awesomeness?

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

      Me too. Would love to see more using Shadcn

    • @miad.4976
      @miad.4976 11 หลายเดือนก่อน

      +1 😊

  • @alexg7282
    @alexg7282 11 หลายเดือนก่อน +2

    I just discovered Shadcn few weeks ago and now i really enjoy work with this library ! Keep going

  • @diogosoares6546
    @diogosoares6546 10 หลายเดือนก่อน +65

    Hey bro, I already knew shadcn-ui, I thought it was great, but I wanted to give you a tip, in the image instead of using the Skeleton component, you could use the "placeholder" property of the Image component of NextJS which is also a skeleton but simulates a blur in the image that will be loaded, I find this effect much more interesting in the case of the image specifically speaking.

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

      Yeah placeholder is nice. The only time I wouldn't use it is for logos because it doesn't work with png files but it works great with the standard file types.

  • @premiare
    @premiare 11 หลายเดือนก่อน +58

    I've been following this library since shadcn's taxonomy example. They're really doing great stuff, a pillar in the dev community. In Shadcn we trust.

    • @gonzalobruna7154
      @gonzalobruna7154 11 หลายเดือนก่อน +4

      it's crazy that I watched it grow this quickly. I remember when he asked in twitter, "should I make a components library?" and we all agreed.

  • @CodeMuscle00
    @CodeMuscle00 11 หลายเดือนก่อน +2

    You are the reason I've been so fascinated by CSS and JS till date. Another banger. Wanted to learn the skeleton loader for a very logn time! Got to know it in just 8 minutes! Love it 🔥

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

    First time watching your channel; as a beginner I really appreciate you over-explaining / showing all the steps. Kee n to watch your other vids now. Thanks!!

  • @PatalJunior
    @PatalJunior 11 หลายเดือนก่อน +54

    A good way to test those loading animations, in the network tab, select a slower connection to artificially throttle connection.
    That and disabling cache usually is easier than doing it in the code.

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

      Thanks for this

  • @svatoplukputerka2405
    @svatoplukputerka2405 11 หลายเดือนก่อน +9

    That looks awesome! I am gonna try it out on my project

  • @PaulBurke
    @PaulBurke 11 หลายเดือนก่อน +21

    Was hoping to see more focus on the library but most of the video was about setting up the project to display the single Skeleton component.

  • @developedbyed
    @developedbyed  11 หลายเดือนก่อน +77

    Shout out to shadcn for the amazing work ✨

  • @babatundeadenowo7568
    @babatundeadenowo7568 11 หลายเดือนก่อน +15

    Hey @developedbyed , I see you struggled a bit with creating boilerplate code for a new react component at 13:05. With the VsCode extension, you can generate different types of react component boilerplates with short-hands like rfce for a react functional component with the export statement at the end.

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

    Awesome video! Please keep uploading more content about shadcn!

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

    I think everyone would love to see a full project powered by shadcn UI, I personally would really appreciate your effort. ❤

  • @codewithfriixe
    @codewithfriixe 11 หลายเดือนก่อน +2

    I would like to see a more detailed build with this Library, Insaneee 🔥

  • @madhavdhobale9576
    @madhavdhobale9576 11 หลายเดือนก่อน +4

    We need a full course from scratch on this UI with one project 💯

  • @magnacarta7045
    @magnacarta7045 11 หลายเดือนก่อน +28

    10:27 I think you could have made responsiveness better by just doing grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4 on the main container instead of doing span on the child. Performance wise, this is better as well since it will only look at a single div for the breakpoints.

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

    Great explanation. I had seen a couple of videos related to this pop up n TH-cam, but I am really enjoying your video.

  • @okrunner
    @okrunner 11 หลายเดือนก่อน +13

    Thanks very much for your illuminating videos! And yes, please create a video demonstrating the shadcn more in depth to create a somewhat fully functional webapp.

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

      Please don't fall for this guy's scam. Front-end needs no code. Look at development 20 years ago. All UI was dragged and dropped. Stop lying to beginners that UI needs code. UI is a drag and drop job, always has been, and we're currently stuck in a "full stack fad" that is fooling backend developers into having to "code the frontend" which is something that never existed.

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

    Would love to see a full build with Shadcn, I recently wanted that exact thing. Amazing job!

  • @happycindi9155
    @happycindi9155 11 หลายเดือนก่อน +14

    You are such an inspiration bro, Im in a Physics and Math course but I find coding more interesting by watching your video

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

      This guy is clueless, he is trying to convince you to code something that 20 years ago everybody was dragging and dropping. Don't fall for this scam. Front-end needs NO CODE.

    • @vvelarm
      @vvelarm 11 หลายเดือนก่อน +2

      ​@@jboss1073 😂

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

    This is exactly what I’ve been looking for thx.

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

    Thx for the video Ed 😊 I'll try this lib my next project 🤞

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

    So helpful - many thanks!

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

    I'm doing my side project with shadcnui right now. It's pretty great, but one thing I dislike is that if you want to change the defaults there's still a bunch of work to do. And I'm also not a huge fan of defining dark/light mode colours through css. I know that's how tailwind recommends it, but it's just not a great dev experience. Still kinda worth it for very little runtime cost and server-side support, but I don't think I'll stick with it for the next project if something nicer in terms of custom styling comes along.

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

    Thanks for the inspiration Ed, I look forward to checking this out and having a play! maybe in a "weird" way as well 🤣 I would dig a detailed video on shadcn.

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

    Thanks for the video and info, first time hearing of shadcn. Gave a thumbs up for the use of 'shite' in the video too :)

  • @edwinchan6521
    @edwinchan6521 11 หลายเดือนก่อน +4

    I'd love to watch a full app build with shadcn, amazing share of your knowledge dude! Looking forward to more!

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

    Nice, This is what I really need now. A big help, Thank you.

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

    Thanks for showing this!

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

    We do want an video on this library where we will make a app using this. And thanks man for making such contents.

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

    Your content is pure gopd Ed ❤

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

    I love the blue razz on the side, I use the exact same one. 😁

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

    Thank you. I really liked the library

  • @lukas.webdev
    @lukas.webdev 11 หลายเดือนก่อน +2

    Very interesting!! Haven't heard of it but sounds really useful... Thanks for the tip 😉 🔥
    "This React UI Library is (A) GAME CHANGER!" 😜

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

    Nice video! Please share more information about your workspace setup

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

    I love Chadcn UI, thank you Ed!

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

    Lesgooooooo for building a full app with it, i'm here for it !!

  • @kritstims
    @kritstims 24 วันที่ผ่านมา

    Really loved your wallpaper man

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

    Would love to see a vid with you using this tool - Your hair is looking breath taking btw...

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

    LOVE , LOVE , LOVE! YOUR CONTENT!!!

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

    really amazing getting started video

  • @FourLeafGroverRL
    @FourLeafGroverRL 11 หลายเดือนก่อน +6

    I’ve never had a problem with tailwind like I have with the others. It’s just intuitive and you can easily do breakpoints which is nice.
    That looks really nice, problems I have had with material ui and others are that they are pre styled. I’d rather have someone make a component with all the functionality and none of the styles so I can just call the props I want to edit to style.

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

      Did you have a look at the mentioned radix UI? Or MUI unstyled components? Or React Aria? I think at least one of these libraries should fulfill your needs

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

      @@Rulito2405 I’ve looked into them before, they work well. I haven’t done a full project aria or radix yet but I’ll see if I can practice with it. Thanks for the tips haha

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

    Well done. Thanks.

  • @AhmadMughal1
    @AhmadMughal1 11 หลายเดือนก่อน +6

    I've used DaisyUI for doing the same purpose and it works wonderfully. The option to create themes and change whole website with a single theme makes it quite pleasant experience.

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

      I would love to learn how to use daisyui-react. Do you know any videos you can point out that teaches it or any resources I can read?

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

      My favorite.

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

    Very nice, thank you dear Ed! :)

  • @charlesm.2604
    @charlesm.2604 11 หลายเดือนก่อน +5

    I've been using HeadlessUI for a long time so this looks promising. Hopefully someone will port it to Vue and Angular if there is no official libraries for those frameworks.

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

      easier to ditch vue and angular and use a library instead

    • @charlesm.2604
      @charlesm.2604 8 หลายเดือนก่อน

      @@gm42069 Do you really think it's easier to migrate entire production codebases to React than it is making a framework agnostic primitive library ? It's not.
      Besides we have our reasons to not work with React. Angular offers better development experience in collaborative workflows and Vue has symbiotic batteries-included philosophy which means we don't have to tape together a bunch of 3rd party libraries with different API designs and patterns with breaking changes for every upgrade.
      Regardless of motivations, even if we were open to make the switch it would be a challenge to port everything over and we'd be wasting 7 figures on this project all whilst pausing the development of our applications in production.

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

    I wish I knew about shadcn 2 months ago it would have saved me so much headaches while I was using material ui

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

    I'm gonna subscribe because I'm gonna wait for you to create a full app with these ui components

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

    Wow! Awesome I will try out this for sure, what’s the font you’re using on vsCode? It’s amazing!!

  • @walkingin6375
    @walkingin6375 11 หลายเดือนก่อน +8

    You can replace all the grid media queries by using minmax(200px, 1fr) where it will take up 200px at larger sizes, when possible, and then it will take up to 1fr when not possible. instead of sm md lg xl

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

      Is that possible with Tailwind?

    • @dobroslav.radosavljevic
      @dobroslav.radosavljevic 11 หลายเดือนก่อน

      @@ontheruntonowhere Yes

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

      @@dobroslav.radosavljevic with a custom class tho?

    • @dobroslav.radosavljevic
      @dobroslav.radosavljevic 11 หลายเดือนก่อน +1

      @@ontheruntonowhere I'm sure it can be done with Tailwind JIT

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

    So cool ! Thank you 🎉🎉

  • @FzsHotDogInDonut
    @FzsHotDogInDonut 11 หลายเดือนก่อน +2

    side note , shadcn/ui exclusivly for typescript. no norm js

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

    Ive used this at work once, was pretty good tbh 🤟

  • @dev_franqqi
    @dev_franqqi 11 หลายเดือนก่อน +3

    I’m gonna be stacked for the summer ,learning more libraries while creating projects with them >>>

    • @lukas.webdev
      @lukas.webdev 11 หลายเดือนก่อน

      Sounds like a good plan 😉

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

    I'll definately will take a look on this UI library but in this Skeleton example, I didn't saw what's the difference between simple styled div and this Skeleton.
    I really like Tailwind as well, what do you think about their paid UI library, you think it's worth it?

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

    i like this your camera angle in video, need 1 longer video pls

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

    I already fallen in love with this UI

  • @iAmTheWagon
    @iAmTheWagon 11 หลายเดือนก่อน +2

    I would love to see a more in depth video. ❤

  • @Shawn-Mosher
    @Shawn-Mosher 11 หลายเดือนก่อน

    I would love a whole app with Shadcn, especially theming the components.

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

    Always come up with new things

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

    I use Radix, Tailwind,and DaisyUI for almost everything. This new UI library looks interesting.

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

    Have been using shadcn ui and it is awesome no cap

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

    Awesome video!! Love it

  • @imgsrcxonerroralertdom-xss9150
    @imgsrcxonerroralertdom-xss9150 10 หลายเดือนก่อน

    very good tutorial , i will try tomorrow something with this :D

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

    I have used FluentUI with SPFX and React. It's awesome. It's responsive implementation could be better though.

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

    Tailwind is definitely S tier!
    Also, from where did you get your desktop wallpaper? It's beautiful.

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

    Really great video ! Take my subscribe ! I didn't know about Redix and Shade !

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

    you're amazing! Thank you

  • @elhaambasheerch7058
    @elhaambasheerch7058 11 หลายเดือนก่อน +17

    I would love a detailed tutorial and app build with this.

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

      Stop! Learn how to build UI by dragging and dropping. Do not write code where it is not needed. UI code is never needed. 20 years ago everyone was dragging and dropping their UIs, no one was writing code for it! Learn the history of your field and stop being fooled!

    • @yakob-g
      @yakob-g 11 หลายเดือนก่อน

      @@jboss1073 what :D elaborate

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

      @@yakob-g oh man I just wrote an entire reply but it got deleted

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

      @@yakob-g do you really not know? summary: google "graphical user interface builder". They were invented in 1987. Industry doesn't use Webflow, Framer, Plasmic, because they're big-player fad-followers and want to copy what Facebook is doing so they use React as a way to keep the backend programmer busy with front-end FORMATTING work that is not programming, but they sugar it with programming, call it React, and programming-history-ignorant programmers eat it up, and make our industry the poorer for it. As a programmer you are an expert! A specialist! Don't do the job of artists! Demand artist do the front-end. They can do it with Webflow, Framer, Plasmic, etc. The industry needs to grow up and stop following fads. Capitalism is about competition, not copying your competitors. Everyone knows how to make another Coca-Cola but the value is in the name, hence why Pepsi will forever be second place. The programming industry thinks they can get ahead by "also doing React like everybody else!" because they don't think like adults. And they have the gall to tell you their React thingy is good enough to design your website but not good enough for them to design a GUI builder for you! And programmers accept that!

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

      @@yakob-g I had written a much better reply but youtube deleted it so you'll have to be happy with that one above. Ask any questions if anything is not clear. But please start thinking more critically, how did you not notice front-end was the job of ARTISTS and not programmers? Was the fact that HTML is a FORMATTING and not a PROGRAMMING language not a clue?

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

    to use wierd numbers like 84 and 86 you need to do it like h-[84] and you need just in time loading on tailwind css

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

    Bro, make a full detailed video on shadcn. I loved the idea of it. It gives me the feeling like I am free.

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

    Mantine v7 has over 100 UI components ready for use. Shadcn is useful for simple apps

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

    i liked it ,sure i will try it in my next project

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

    Material UI is best for me have been working for 4 years now and I just enjoy using this and testing its reach

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

    There's also Mantine UI which I think is pretty overlooked.

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

    There isn't many videos about radix ui or shadcn, please bring more videos!

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

    Another game changer!! That's three new ones I've seen today, what a time to be alive -- WOOT!!

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

    cool video! i have to ask, where did you get that live background?

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

    like it a lot, tnx for your work

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

    Please make a video of you building a whole app using this UI library! Thanks!

  • @u-def
    @u-def 11 หลายเดือนก่อน

    I've been wating for new material UI of web ui!

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

    Great content, thanks body!

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

    14:53 can be made shorter and easier to understand by doing it like this
    {Array(12).fill(null).map((_, index) => (
    ))}

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

    I’ve been waiting for NextUI to finish migrating to v2.

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

    Tailwind is not a UI library but a css utility. It can be used with a UI library like mui.

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

    Nice video. One question, how did the program know when to show the Loading skeleton?😅

  • @xypnox
    @xypnox 11 หลายเดือนก่อน +93

    Please don't use clickbait titles.

    • @incarnateTheGreat
      @incarnateTheGreat 6 หลายเดือนก่อน +2

      Thank you.
      I enjoy this guy's content without him having to rope in people using that crap.
      Sadly, it works.

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

      I love this guy. He can use as many click baits as he wants

    • @incarnateTheGreat
      @incarnateTheGreat 5 หลายเดือนก่อน +8

      @@LewraAzad "THE WORLD WILL END IF YOU DON'T USE THIS DEPENDENCY!"

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

      @@incarnateTheGreat I agree

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

      Don’t know. He’s also doing faces on his video thumbnails. Why is everyone doing faces nowadays. Do you think they even look at themselves? They look so weird.

  • @EnriqueDominguezProfile
    @EnriqueDominguezProfile 11 หลายเดือนก่อน +9

    I was missing where you had actually implemented the skeleton and the loading states, I was expecting some conditional rendering and some state management or a hook or something. And then I was like oh, right, Next 13, silly me. Really exited to give this stuff a try 🖤

    • @MegaJehanzaib
      @MegaJehanzaib 11 หลายเดือนก่อน +6

      I am not familiar with next (only react). Can you please elaborate on your comment?

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

      @@MegaJehanzaibnext is a full stack React framework that makes couple features easier to use, it’s worth going on their site and reading some documentation

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

    Please give us a large build with this library

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

    Delivering the project is much more important than “have fun” with a new library 😄 especially when you are working on dashboards

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

      If you want to burn out fast

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

    great vid! how can we get dynamic data based on your api instead of hard coding 12?

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

    Hey do you have a link to your dynamic wallpaper? It looks super cool!

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

    Hey Ed, quick question, why are we able to see a loading screen when we are supposedly getting all the HTML populated back from the server because we are using a React Server Component? I don't get that yet. Why we have a delay between the API request and the rendered page?

  • @hehe-bm5gc
    @hehe-bm5gc 9 หลายเดือนก่อน

    i havnt wrote a line of tsx/ts code in my entire life and never used react andsomehow i understand everything you did

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

    W00T! That was awesome 😎

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

    I may be an alien, and everyday when I check the newest dev trend big hit I certainly become more aware of my total detachment to current trends.
    Take the following with all due respect, but the amount of work that's required to have that animation, feels absolutely overwhelming to me: someone who is used to just toggle classes that may have the css animation defined on them.
    Toggling clssses will save you repeating (and maintaining) the same markup twice, which it alone is already enough for me to not use this procedure. But also a lot of time and you gain reusability in any other component on your app.
    I consider I may be missing something so I'll be completely thankful to those who could point it out.

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

    Thanks!

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

    Thanks very much for this vid. but does this library have peer dependencies like MUI or others?

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

    Yes, please a video on shadcn ui. Thx