UI Libraries Are Dying, Here's Why

2024 ж. 12 Қаң.
261 250 Рет қаралды

I still get the occasional question about Material UI, Chakra, Bootstrap, and more. I think Shadcn/ui represents more than a trend, it represents a move away from UI libraries as a whole
Check out my Twitch, Twitter, Discord more at t3.gg
S/O Ph4se0n3 for the awesome edit 🙏

Пікірлер
  • Love how we went full circle on dependency management there. From copying files on the internet into our own project, to complex package management and versioning, right back to copying code from the internet into our own project 😅

    @rianfuro4088@rianfuro40884 ай бұрын
    • We have been going full circle with everything in frontend lol

      @ninhdang1106@ninhdang11064 ай бұрын
    • You could always copy code from NPM to your code, you just decided to not do this. Every dependency installed from NPM is literally copy pasted full source code into your project.

      @TheTigerus@TheTigerus4 ай бұрын
    • hahaha Yes! I was about to say this was the EXACT experience using Bootstrap when it just came out

      @shinoobie1549@shinoobie15494 ай бұрын
    • @@TheTigerus I'm not saying that you couldn't, but I'm talking about what the community at large advocated for.

      @rianfuro4088@rianfuro40884 ай бұрын
    • just like clothing. trends are bs

      @user-qr4jf4tv2x@user-qr4jf4tv2x4 ай бұрын
  • Excellent, now I have 40 new UI components in my codebase to maintain.

    @dancarter5595@dancarter55954 ай бұрын
    • Haha! Thats very true 😂

      @Sorkstryparen@Sorkstryparen4 ай бұрын
    • My guess is the final project will look like an early geocities page, because each component from a different author has a different idea which fonts, colors, sizes, margins etc. to use.

      @user-gi8ud2jn6z@user-gi8ud2jn6z4 ай бұрын
    • What a mess AI-generated programming is going to be (for those who are willing to use it)

      @atava85@atava853 ай бұрын
    • @@atava85 huh?

      @dancarter5595@dancarter55953 ай бұрын
    • @@dancarter5595 What I meant is that this practice of copy-pasting AI-generated code (not only for UI, but also for logic) looks very brittle to me... how can you entrust any part of your business application to this? We are accustomed to not be 100% sure of our code even with heavy testing... piecing together some pregenerated bits like this looks terrible to me (personal feeling). (I was expanding on the "v0" part of the video)

      @atava85@atava853 ай бұрын
  • I’m not convinced that this is better than a UI library for small/medium scale projects

    @UbuntuBanksie@UbuntuBanksie4 ай бұрын
    • It depends, as always. There is no one solution to rule them all.

      @lunarcdr3083@lunarcdr30835 күн бұрын
  • THis is going to be hell to maintain lol. 100x boost in number of lines of code a developer can inject into the repo per hour, no change in number of lines of code a developer can read in the repo per hour.

    @quadmasterXLII@quadmasterXLII4 ай бұрын
    • Exactly. I don't mean to bash this stuff, its great but I'm using a 3rd. party tool to build blazor apps. Less lines of code, I have less time to read them and I don't really care about ownership. The app works! Great, on to the next one...

      @TheBrister123@TheBrister1233 ай бұрын
    • Wait until AI assisted maintenance becomes mainstream

      @Joker-fj8hg@Joker-fj8hg3 ай бұрын
    • I like the approach. I also wonder about the optimization of resulting bundle size and tree shaking when every app has to handle that itself.

      @royronalds@royronalds3 ай бұрын
    • I also think the same until - we need to custom - change bootstrap to others and might have to rewrite the whole. its also plain mostly open source still need to maintain such as minor or major upgrade or even sunset. I not sure when we easier to develop but not difficult to maintain. write our owned code might be?

      @nontonn@nontonn3 ай бұрын
    • @@TheBrister123 Just delete your app and remake it, instead of trying to edit it.

      @AlexRodriguez-gb9ez@AlexRodriguez-gb9ez5 күн бұрын
  • Haven't watched it yet but my guess is its prolly about shadcn

    @RockRespawn@RockRespawn4 ай бұрын
    • quite literally written in description.

      @deniswastaken@deniswastaken4 ай бұрын
    • I prefer tailwind+daisyUI nowadays. It's highly customisable and daisyUI provides some basic components to start with which are also highly customisable with tailwind unlike whatever the hell was mui

      @mirfan-2020@mirfan-20204 ай бұрын
    • @@mirfan-2020 daisy is a big no to anything

      @JEsterCW@JEsterCW4 ай бұрын
    • ​@@deniswastaken sad bully

      @vvelarm@vvelarm4 ай бұрын
    • ​@@mirfan-2020 i want to move away from that approach, but I like it, and use it extensively at this point.

      @vvelarm@vvelarm4 ай бұрын
  • Correct me if I'm wrong, but that seems like a one way road to unmaintainable codebase, because I can see how it is faster to build something from scratch, but changing it after time is a frightening idea, especially without proper tests. It reminds me of old days where there was that one brilliant team that decided to fork library to make few changes, years goes by and that one library is becoming a liability which no one wants to touch and it contains old bugs which were fixed & forgotten in the rest of the world. And I've seen this many, many times in different environments. If my only goal was to build one perfect app based on perfect requirements that will never change then it's fine: I will use AI tools, generate tons of code, change it a bit and I can even minimize/pack it, the heck, I don't even need a git repository! It will never change! But we all know the world doesn't work like that, requirement change or are wrongly interpreted, that's why we care about maintainability. Average dev spends 8 times more time on READING code than on WRITING code, that's why every line of code in your repository is a liability, so you need reeeaaally good reason to put one in. But, well, maybe AI tools will get smart enough to comprehend such codebases and will make changes for us, but for now, code is for humans, and humans are limited, limited in memory, limited by mistakes they make, limited in time they have, so you need to keep it simple and clean if you ever want to change it in the future.

    @proosee@proosee4 ай бұрын
    • I never read code. If there's a bug, i erase everything and restart.

      @reed6514@reed65144 ай бұрын
    • @@reed6514 BASED

      @Paul-zh2jp@Paul-zh2jp4 ай бұрын
    • @RajinderYadav But you should know that's not how the world works. When was the last time a client switched to your company for maintaining a project and you actually got any meaningful Knowledge Transfer from the previous maintainers? From my experience any documentation provided is highly outdated and you basically have to fuck around and find out to build it and make any changes. And Unit tests are an endangered species as well.

      @harryhack91@harryhack914 ай бұрын
    • "Average dev spends 8 times more time on READING code than on WRITING code" This is exactly why an approach like ShadCN's can work better. If you're committing to only installing code as a library, and accept every single line of it that is not relevant to your use case, you'll end up reading (and debugging) code that is significantly more complex than what you need, all the time.

      @inwerpsel@inwerpsel4 ай бұрын
    • @RajinderYadav so I need to copy the code, maintain it, document it, write tests for it? How's that simpler than reusing components from library that are already tested by automatic tests as well as millions of users around the world? I love when people make mess in codebase and then call it "skill issue" if someone is lost in that spaghetti.

      @proosee@proosee4 ай бұрын
  • I end up writing a lot of administration ui in my day job, so i have a different perspective on this: I don't need all of this customizability for writing those kinds of UIs because nobody cares or pays for that. What I need are UI components that look good by default and are as simple to use as possible. Bootstrap is perfect for that.

    @rianfuro4088@rianfuro40884 ай бұрын
    • fair point

      @witchmorrow@witchmorrow4 ай бұрын
    • You should always do a little bit more than needed. That's how you become THE GUY

      @user-sh5qp6uu1e@user-sh5qp6uu1e4 ай бұрын
    • @@user-sh5qp6uu1e Fair point. I prefer to be THE GUY that does the complicated features in less time and adds more convenience features though. In my experience that's appreciated way more by customers.

      @rianfuro4088@rianfuro40884 ай бұрын
    • Completely agree. Customers and stakeholders don't care if you use the latest hot Twitter/Reddit tech. I've seen teams having to double the size of the frontend dev team to maintain their React+Tailwind+ monstrosity of a frontend while paying 5x the infrastructure cost. We get things done with Bootstrap and focus more on delivering high quality services where it matters.

      @dimlucas3931@dimlucas39314 ай бұрын
    • Hmm I think this depends on your clients and projects. I work at an agency where we work a lot on dashboard UI projects that are either external or internal and we never use these UI libraries. They always end up blocking us in some way, whether it's styling which usually can be addressed, or worse UX which is usually harder to address because you have to fork the project or end up using some other component from some other package and style it. It also impacts designers and what they can do because it's not fun just assembling random UI library components and it's hard to know how much you can customize them as a designer to fit the project. We do still use libraries like Radix so that we get nice accessible headless components that we can control almost 100%, but fully styled libraries have been a pain point for us so we decided not to use them.

      @rand0mtv660@rand0mtv6604 ай бұрын
  • Nice video, tho it is not clear to me how you deal with updates if you don't use libraries anymore. To me that seems like the main point of having these as libraries/packages. If there is a bug in one of these components I am copy-pasting, and they fix it in the meantime, how do I update? How do I know there is an update? Would have been interesting to see that talked about.

    @SasLuca@SasLuca4 ай бұрын
    • I feel this is a symptom of this new iteration of web ui reaching maturity. People aren't worried about getting updates for their components because they feel they're already good enough. And things are understandable enough that fixing anything is something people are able to do themselves.

      @Sammi84@Sammi844 ай бұрын
    • I guess so but if you also end up modifying your copy a lot, it might not always be obvious how to integrate their new changes

      @JZL003@JZL0034 ай бұрын
    • I work more on the backend so things are a little different, but, yeah, talking about this being “code you own” sounds like a nightmare There are times it’s frustrating to have to code around a bug or missing feature, but that’s missing the effort multiplying offered by packages If 100 companies use a package, it just takes 1 to identify a bug and the package to fix it for it to be fixed in 100 places With this, it has to be identified and fixed 100 times. They’ve in-sourced that maintenance My goal is to maintain as little code as possible. Sometimes that means building something small on top of a low level library, and sometimes that means building something big on top of a high level library So, this has its place, probably for smaller apps that won’t be adding much code this way Looking to the (near?) future, this will be viable for more projects when AI can own the app and its maintenance instead of just providing boilerplate

      @billcox6791@billcox67914 ай бұрын
    • I feel like they didn't even try, or maybe I'm misunderstanding Even if they encouraged you to add in npm a package which has no code, but could interact with other dependency management systems like dependabot. When the package updates it won't modify your code but at least it tells you something changed you might want to look at The ai tools are fine I guess, because you're taking ownership of the code as if it was your own. But will people?

      @JZL003@JZL0034 ай бұрын
    • I'm wondering the same thing. Even if the CLI and website would offer some kind of merging tool, it would still be painful.

      @KaKi87@KaKi874 ай бұрын
  • With real projects, it's not about how quickly you can start, but how it will be maintained and developed. Second thing: a lot of indirect dependencies = hell of dependencies and problems for teams that have to use some common system design or library (for example: problem with tree shaking).

    4 ай бұрын
    • The deps are Tailwind and Radix, pretty far from hell. It's your code, not a black box. How's that not maintainable?

      @anttihilja@anttihilja4 ай бұрын
    • @@anttihilja but it will never be just only Radix + Tailwind.

      4 ай бұрын
    • @ So you just build everything from scratch with vanilla js?

      @Dev-fo8zt@Dev-fo8zt4 ай бұрын
    • @ If you don't like the other deps you can remove them, because it's your code. You rather have the deps a black box you have not control over?

      @anttihilja@anttihilja4 ай бұрын
    • The purpose of this new "librarires" is to have full transparency and control about the code you add in your project. Every dependencies are explicitly specify and replaceable We add what we need, we modify what we want If the project end up into hell dependencies, it's just a skill issue like a developer that copy paste every from stackoverflow in his codebase without understanding what the code does

      @muslim8622@muslim86224 ай бұрын
  • Spent a lot of time in public sector and bootstrap is %90 of what they use. We had ~1k websites at the uni I worked at, all built in bootstrap. Likewise azures power pages is all bootstrap, which was their new site builder this year. I think it's easy to get caught up in the react world, and there bootstrap is less popular, but these ui libraries are honestly still growing, just in different markets than what you see Imo

    @Descent098@Descent0984 ай бұрын
    • Exactly. Theo really lives in the react bubble. I'm a subcontractor for a lot of private international companies and I can tell u that bootstrap isn't going anywhere. Social media Web developers have a sickness for shiny toys.

      @thagreatone402@thagreatone4024 ай бұрын
    • @@thagreatone402 just use vanilla css or tailwind ... bootstrap is dead

      @yabikami1165@yabikami11654 ай бұрын
  • Cool insights, thanks! But am I the only one doesn't buy into the "copy instead of npm install" thing? Shadcn depends quite literally on radixUI, which itself is installed in the background for you. I wonder how many files you would need to copy if we also wanted to let users copy vs. install radix into their components

    @filipesommer8253@filipesommer82534 ай бұрын
    • Yeah but with radix you only install a specific component not the whole radix library.

      @hariharansreenivas6752@hariharansreenivas67524 ай бұрын
    • Right?? I think the critical question is what level of aggregation is too much to have it done for you. What are the reliable "primitives" (to use an over-used term) that we should standardize on? Maybe ShadCN represents a better answer to the question than a lib like MUI. But I don't like the framing of "UI libraries are dying".

      @michaelhildebrand-faust4039@michaelhildebrand-faust40394 ай бұрын
    • Yeah I'm not buying it yet. I looked it up and I would have to digest what I copy PLUS the underlying radix dependency. And many components are broken down into a dozen little component parts which, for example, with vue, it's not a good idea to have a bunch of component instances like this. If they didn't have a dependency I would be more sold. But idk I'm not sold on ANY component library. They all suck in their own ways. At least I know how the ones I make suck, I guess.

      @alanscodelog@alanscodelog4 ай бұрын
    • I think that frontend devs are going through all the problems IT had in the past and try all the solution that were already tried. I mean, there is nothing particularly bad about it - maybe previous generation of devs have missed something, maybe frontend is different from other software, but I kinda don't believe in it and will just go with approaches that are well established (in software engineering in general, not in frontend) and let them experiment on their own.

      @proosee@proosee4 ай бұрын
    • @@hariharansreenivas6752 good point! I confess that I haven’t tried stuff like MUI yet to know if you can install a single component or not there

      @filipesommer8253@filipesommer82534 ай бұрын
  • I think it really depends on the person developing the code and who is managing it and what is the goal of the project. I would still use UI framework and library for developing UI in a foreseeable future for my projects.

    @pencilcheck@pencilcheck4 ай бұрын
    • Or if you're already using bootstrap on a 5000+ page site. We just dropped jQuery from the entire website. In the long run he's right though.

      @GetFitEatRight@GetFitEatRight4 ай бұрын
  • I also want to toss in that I think Vercel is a blight on the OSS ecosystem. They sell hosting, period. But their VC funds have allowed them to snatch up tons of OSS projects in an effort to control the narrative, acquire mind share, and steer development towards their business model.

    @rapzid3536@rapzid35364 ай бұрын
    • Does “blight” mean good or bad

      @TheSaintsVEVO@TheSaintsVEVO3 ай бұрын
    • ​@@TheSaintsVEVOcolloquially it does not

      @rapzid3536@rapzid35363 ай бұрын
    • ​@@TheSaintsVEVObad. Disease

      @megatronusv2215@megatronusv22153 ай бұрын
    • @@TheSaintsVEVO It means bad

      @user-qp2cn5py7f@user-qp2cn5py7f3 ай бұрын
    • @@user-qp2cn5py7f thanks

      @TheSaintsVEVO@TheSaintsVEVO3 ай бұрын
  • Governments around the world still use technologies like PHP and dotnet, still relying primarily on frameworks like bootstrap (almost all Indian govt websites). They are not going anywhere, yet.

    @MisraPreetiman@MisraPreetiman4 ай бұрын
    • Dotnet is not legacy

      @curtisw0234@curtisw02344 ай бұрын
    • ​@@curtisw0234Nor is PHP.

      @xtremescript@xtremescript4 ай бұрын
    • You havnt touched PHP in a long time have you?

      @Argomundo@Argomundo3 ай бұрын
    • @@justin.johnson Bootstrap if still popular outside India too....People are too much emerged in the react world, they refuse to see the simplicity of using Bootstrap....Imagine a major update in react, you have to again rewrite your application and creating builds....

      @veerasinghindia@veerasinghindia3 ай бұрын
  • everything is dying except facebook's products, am i right?

    @zzkevinlim@zzkevinlim4 ай бұрын
    • React is going to be the new Java

      @matiasmiller6119@matiasmiller6119Ай бұрын
  • I like Shadcn-ui, and use it a lot (well, shadcn-svelte more specifically), but it only works with frontend frameworks, when I'm not doing that, IMO Bootstrap (or Bulba, whatever) is still the better option simply by the fact that I can customize it SCSS, or I can just drop the CDN link in the and don't need to worry about anything else.

    @lakelimbo@lakelimbo4 ай бұрын
  • I also started building my first pages using UI libraries like bootstrap, and I learned a lot about CSS and general DOM styling by analyzing the classes bootstrap brings. Later on I used Material UI for Agnular, and there started my aversion to these UI libraries, because you sometimes want to style things in their components a little bit differently. And to to so, you either can't entirely or you need to perform some super ugly trickery (ng-deep, I hated it so much) to modify and customize these stuff. On the other hand, there are some very nice and highly customizable component libraries out there, but then you need to literally study their way how to style and modify their components. So I just started do build my own components using Styled Components for React, which is a wonderful solution to be able to build modular components which you can copy from one project to another.

    @zekrodev@zekrodev4 ай бұрын
    • In my experience making your own styling components in real project makes things much worse. You want to ship your app as fast as possible. I can agree with you that these ui libs are sometimes hard to customize , but they give you everything that you need to start working on the application. What i suggest is pick a ui lib , try to customize it in a general way so all the other pages use the same components (ex : boostrap button btn-primary instead of blue is purple or modals) so everytime you use it you get the same for all components.

      @stunna4498@stunna44984 ай бұрын
    • @@stunna4498 Don't even get me started on accessibility... It's better to use an unstyled component library and fulfill 90% of your needs than to spend ages with a custom component library

      @tomtom2755@tomtom27554 ай бұрын
    • ​@@stunna4498 Bs. Customizing ui libs takes longer, than writing own stuff you can expand on in your desired way. Building dependencies is always not a good idea for starting up a business. Also when i think of UI libs that get updated nearly weekly doing things differently over and over ... it is most of the time a better choice to do things yourself. I hate that full service mentality, where you give everything in others hands.

      @bloozy85@bloozy853 ай бұрын
    • ​@@bloozy85 well i can only speak for my experience . for example in my company we use alot of mui .Some components are hard to customize but you eventually overcome it and do it. Now building it from the ground up is a waist of time. I had a colleague who was said the same thing and created multiple customized components. everytime there was a change he had to waist weeks to fix it and making sure it would work in every single place you used that. No need to tell you how that project went. Unless there is a very good reason to make a component from the ground up , in my opinion it's a waist of time. sorry for my bad english

      @stunna4498@stunna44983 ай бұрын
    • @@stunna4498 I think building components yourself can never be a waste of time, only because of the aspect of learning. If your companies dev, needs weeks to fix his own code, sry, then he is not a good dev :D But i see this a lot nowadays, devs can only copy & paste stuff and are not able to code basic things. And hey let's be honest, most of the UI lib stuff is basic stuff.

      @bloozy85@bloozy853 ай бұрын
  • Javascript horoscope 2024: There will be many more meetings about which UI library to use and whether or not you should be required to build one.

    @andythedishwasher1117@andythedishwasher11174 ай бұрын
    • Javascript horoscope 😂😂😂😂

      @naughtiousmaximus7853@naughtiousmaximus78534 ай бұрын
    • HAAHAHHHAAHHA

      @system12dev@system12dev3 ай бұрын
    • That is called junior front-end web development

      @Forty8-Forty5-Fifty8@Forty8-Forty5-Fifty85 күн бұрын
  • I would really like to know what practical stuff can you make with any of your tools that I'm not able with pug+bootstrap. I've been asking around for some time, but haven't got any answers worth a second thought

    @oziabr@oziabr4 ай бұрын
  • Haven't done much react yet, I've been helping a friend with their project where they are mainly using Vue. I'm relatively new to the whole component UI structure and can see the benefit that it's more templated components that get created. Helpful video, and understand your point of view.

    @vibrantneon.@vibrantneon.4 ай бұрын
    • I haven't used any such library at length, but i did a couple prototypes with vue and it was nice.

      @reed6514@reed65144 ай бұрын
  • Big upvote from me. This game me a lot of useful tools to use. I've never been sold on the traditional component libraries and enjoy having full control over the component myself and would spend time recreating components just to have them in my project and be fully curated by me. I love this approach and will be adopting this.

    @joshuagalvan7260@joshuagalvan72604 ай бұрын
  • Great video, thanks for the amazing content. I'm learning so much from you!

    @Jason-yr6fy@Jason-yr6fy4 күн бұрын
  • if you own component code base that means you are responsible from maintaining that codebase too. if you manipulate them in a significant way, that means you need to test it from start like you build it from scratch. i'm using ul library because i do not want to maintain frontend code. most of the time i just need basic styling and basic styling does not need maintain. i dont think this will replace bootstrap.

    @orcofnbu@orcofnbu4 ай бұрын
  • 1) I want to see the upgrade path of these new "build your own component libs" tools. I have not seen an automatic way of doing it 2) None of these tools right now has good editable tables. Which is one of the hardest things to get right if you have bigger tables. 3) I can see the push back to solutions of tailwind because of the 1) and how hard it is to upgrade your large codebase. Its just a matter of time when more and more people will run into this problem.

    @MichaelLazarski@MichaelLazarski4 ай бұрын
    • Can you elaborate more on "how hard it is to upgrade your large codebase"? I don't think I understand this point.

      @kubakazimierczak6646@kubakazimierczak66464 ай бұрын
    • @@kubakazimierczak6646 When you have a large codebase with a lot of components and you use for example the color green you now must go through every component and check if this is that green (okay simple search) and check if that green would need to be changed. What we have done we went for example from "colors" to intent with css vars. So instead of saying class="green" we have class="success". This also helps with theming. The other problem is with breaking changes in tailwind and how things work together. This with the combination of "copying someone elses code into your code base and then extending it" is nothing new and was already not very maintainable back in the days were you would buy component libs from vendors.

      @MichaelLazarski@MichaelLazarski4 ай бұрын
  • didnt think this would just be an hidden advertisment video for a new technology :'D you got us viewers;)

    @Astrovic1@Astrovic114 күн бұрын
  • Some components are made of what could be considered as parts or sub-components, e.g for a search box - a text box and a search icon. But let's say I want to change just the icon with some other part. With a component library I'd be limited to a prop, or doing manual work. How would something like this save me the work of needing to understand/work with the whole component? Or do I not need to?

    @galgrunfeld9954@galgrunfeld99544 ай бұрын
  • I don't understand how this is better than a UI library. You can iterate fast into a hellscape of incredibly complicated code that since you've never written it yourself you don't know how it works but you also don't have the benefit of being able to pull updates from professional teams of developers whose job it is to fix bugs in these systems.

    @CFEF44AB1399978B0011@CFEF44AB1399978B00114 ай бұрын
  • I first using Bootstrap when I was using just plain HTML and CSS. But when I trying to starting to switch on react, I realized that it is more logical to built component by my self rather to relay on CSS framework. One more thing that some React UI problem is it's not gonna work on other framework using React. Lets say Headless UI doesn't run on next because of webpack.

    @HikaruAkitsuki@HikaruAkitsuki4 ай бұрын
  • Recently started a new project at work and went with Radix and StyleX from the bottom. Been loving it so far!

    @riman8493@riman84934 ай бұрын
  • What might also be useful is if we could try and settle on a fairly standard API for these common components and UI patterns. So you don't have to learn a different HTML structure with different tag and attribute names for each UI library.

    @andybrice2711@andybrice27114 ай бұрын
    • radix-ui feels close to that, there are implementations for react and vue at least

      @zebedie2@zebedie24 ай бұрын
    • I feel like these solutions offer both! The HTML structure will never be identical, so you can copy in the HTML structure everyone knows. And with shadcn, you can use name the exported components however you like.

      @alecdowning2520@alecdowning25204 ай бұрын
    • Webcomponents already exist, lol

      @JosueRodriguez08@JosueRodriguez084 ай бұрын
    • ​@@JosueRodriguez08 That's not really what I'm talking about though. Web Components don't define a standardized syntax for declaring common GUI elements like (for example) accordions, carousels, and calendar views.

      @andybrice2711@andybrice27114 ай бұрын
    • @@andybrice2711 the problem is that no one knows what is "the right" way to go with this and people argue about it, thus: different approaches. Some die, some keep living, but there is no consensus and I don't think there will be soon. If something is well established then it becomes the part of HTML, but that's quite rare - you already have and no one use it.

      @proosee@proosee4 ай бұрын
  • The only one lib that I'm using is NextUI, shadcn is highly overhyped, basically poor overlay on top of radix, which is unwanted abstraction, still better to just use vanillia radix. I overall would make all ui components from scratch, but i dont wanna spend to much time for every common ui component cuz i want to deliver functionality. Normally i still would make a design system with ui, but ui libs like shad are only good for smaller projects.

    @JEsterCW@JEsterCW4 ай бұрын
    • NextUI is great

      @Tanner-cz4bd@Tanner-cz4bd4 ай бұрын
    • @@Tanner-cz4bd Yup, it has kinda wack apis in some components, but its toleratable, all other ui libs that i have used in the past i had to quit after 3 days cuz how awful the api was with dx

      @JEsterCW@JEsterCW4 ай бұрын
  • It’s been far too long since I’ve seen you. I’m so glad to see your work again.

    @Imaginativeone_DF@Imaginativeone_DF4 ай бұрын
  • I wish you’d talk about Chakra UI sometime. It has a ton of features that scale from small to large projects. Everything any other lib can do, Chakra can also do. You can make your own component library with it as well.

    @Sindoku@Sindoku4 ай бұрын
    • Chakra can’t avoid having a runtime. That’s why they built Panda to replace it. Also, Chakra doesn’t work crossplatform (React Native plus web). But Tamagui can.

      @magne6049@magne60494 ай бұрын
    • He has talked about Chakra before kzhead.info/sun/drWuhKplmZ2Fmps/bejne.html

      @code.smiles@code.smiles4 ай бұрын
  • I very much agree! I even think this will soon become the new web standard, maybe in HTML6-7. I really hope we will have native components that look more modern, support light and dark mode, and the api allows to be styled better. For example the input select, date picker, checkbox, radio buttons. Those are all really annoying to be styled.

    @zlatkoiliev8927@zlatkoiliev89274 ай бұрын
    • Yup, there are two things websites which you guys like to call Web apps or some of you call them apps. Anything running from the browser is a website regardless of what type of website it is. Even if you’re running logic on the back end, it’s a website on a browser. Native Apps now that’s a different beast, that need better UIs or the ability to js and css directly on them. Then we have the fact that many libraries make end products look like clones, which happens by default because rarely do we have a new component we haven’t seen. UI for Native APPs or better css support without stacking frameworks.

      @HumanoAI@HumanoAI4 ай бұрын
  • Every couple of months I came back to watch a new Theo video, and every time the whole front-end ecosystem is dying and being reborn into something that will die in another couple of months. It's tiring

    @PHAL__@PHAL__17 күн бұрын
  • alpine also quietly launched their own headless components products recently, its really powerful. worth looking into for the vanilla-js pilled

    @peteredmonds1712@peteredmonds17124 ай бұрын
  • i have a great time with Shadcn, unlike other UI libraries, IT EASILY expands and modifies the components, and it sits perfectly in the middle. It is easily modifiable like tailwinds but also has a great just-get-go component like MUI. The only gripe is when you tried modified the underlying radix part, but that's kinda my problem not the shadcn itself

    @mickolesmana5899@mickolesmana58994 ай бұрын
  • If you make your components git submodules you can still version, pin and update them in a central place if you want to reuse them across many projects

    @0M9H4X_Neckbeard@0M9H4X_Neckbeard4 ай бұрын
  • My app is 10 years old with legacy jquery code I am in the process of rewriting. We don't have the resources for a full reimplementation in modern js technologies, but I wonder how feasable would it be to start writing new front end code with react (and in turn adapt the backend)? How much of a mess of traditional js code + react code would it turn out to be? How can both parts integrate?

    @kennyPAGC@kennyPAGC4 ай бұрын
    • Very easy with AI now, To resolve broken code, assuming you know terminology and how things work. That’s the key knowing how to ask, prompting, you can’t ask if you can’t explain it in technical terms. So knowing the languages in your stack is very important.

      @HumanoAI@HumanoAI4 ай бұрын
  • What are your thoughts on react aria components from Adobe?

    @AndrewBone@AndrewBone4 ай бұрын
  • I think it's good. I'm a new developer who learnt UI with Bootstrap. But few things that have always irked me with it is that I get a bunch of components I don't need in my applications and it can be sometimes clumsy to do your custom component styling. Seems like this is a much lighter and flexible method for future UI.

    @Jenkkimie@Jenkkimie3 ай бұрын
  • But its still pulling in Radix as a dependency, so it's only slightly less removed on the normal model of pulling in a traditional UI library. Can't help but feel it's a sleight of hand trick.

    @proevilz@proevilz4 ай бұрын
    • In minutes you can deduct this. It was a “kinda”…

      @HumanoAI@HumanoAI4 ай бұрын
  • I love the concept, but i don't seen this working at enterprise companies out in the real job market. To me, design systems built with web components make the most sense at large scale. Big companies typically have multiple, silo'd teams, but upper management always wants a consistent UI across all products. Since most product teams at enterprise companies ive worked at have significantly different tech stacks, it would be impossible to align on using react only. Web components really shine as UI libraries in my opinion and they're only getting better

    @Dorchwoods@Dorchwoods4 ай бұрын
    • design systems will stay. you need components. it's a good experience. shadcn covers what brad frost calls recipes

      @jonnielappen5916@jonnielappen59164 ай бұрын
    • @@jonnielappen5916 yep for sure. UI's that are composed up of smaller components. We create recipes as stackblitz examples where I work and have had a lot of success with them.

      @Dorchwoods@Dorchwoods4 ай бұрын
  • This was insanely interesting. Thanks for sharing your thoughts.

    @Ma1ne2@Ma1ne2Ай бұрын
  • Personally, I'm interested in UI libraries, but the reason I generally don't use them is that on most projects, I only need one component from it. That's usually fine if that's all, but what if I need one widget from UI library X and one from UI library Y (if not more). I'm now importing from big code bases that work differently, potentially add a lot of code to my bundle size, use different styles I have to customize, etc. I find that Bootstrap is another category than these component libraries, though. The main reason to use is to do responsive UIs without having to figure out the CSS for it yourself. That's still valuable for junior devs who have enough things to learn on their plate beside wrestling with the intricacies of CSS or Tailwind. But once you understand CSS Grid and container queries, responsive frameworks like Bootstrap feel like they add too much markup to your code.

    @voidmind@voidmind4 ай бұрын
  • Can't agree more. The unstyled component libraries with Tailwind are awesome to work with. You get awesome functionality with complete control on the styling. 🎉

    @kevin_nielsen@kevin_nielsen3 ай бұрын
  • I wish combobox was for “selecting multiple things at the same time” though. Had to implement my own thing with Command and popover

    @leroviten@leroviten4 ай бұрын
  • I've used bootstrap and material in the past, but although it was great getting started I usually ended up not using most of the library and also ended up overriding a lot I was using. Another thing I realized was that I actually needed very little CSS in the first place. So a couple of years ago I started a new project and decided to not use anything and just roll my own CSS from scratch. Not only did I end up with something incredibly lightweight, but I learned a lot in the process. With the use of some CSS variables I could also change the colors quite easily and so create themes for different clients. It was simple, it was fast, and it's just basic CSS with no build step.

    @nic_s3385@nic_s33854 ай бұрын
    • Did you use plain CSS or modified it with SCSS ?

      @edindurak2042@edindurak20424 ай бұрын
    • That's the perfect example how to NOT use bootstrap... That way its sure way easier then rebuilding the whole needed css by yourself... cause who wants to have some extra work to make the own code look clean... I used Bootstrap, MaterialUI and a bunch of other stuff... and NEVER ever had i touched the bootstrap stuff... i wrote my own shit or i used what i got there... But changing Bootstrap Stuff or Library Stuff always sticks you to that specific version... and i hate everyone that make me fiddle that shit out later.... Its a mere horror to do so cause sometime somewhere need to split this shit again...

      @noirpi@noirpi4 ай бұрын
  • I used and loved, but faced an downside if the component have some bug is hard to follow the fix

    @Adjilino@Adjilino4 ай бұрын
  • Is there a version that doesn't use tailwind? Css is a mess, and i don't want that mess in my ts files; it needs to stay where it should: in css.

    @josevsebastian2909@josevsebastian29094 ай бұрын
    • "css is a mess" that's why I use tailwind tbh

      @alapottrachakma4706@alapottrachakma470613 күн бұрын
  • I think this has more to do with the necessity to make changes to UI components and not being strictly bound to the limitations of the library. It's not so much that the libraries are not useful.

    @CottidaeSEA@CottidaeSEA4 ай бұрын
  • I think it would be nice to have a native way to customize the look and feel of the checkboxes and select field. I really gussed by the title of the video that it would be something on this direction :(. Other than that I don't see those UI frameworks dying, I would say that we can maybe see they migrating to this same path.

    @margueratube@margueratube4 ай бұрын
    • When it comes to stylable select fields and checkboxes, I hope the work that the people behind open-ui do eventually comes to life

      @RevoSW@RevoSW4 ай бұрын
    • That’s… that’s just CSS. Like… literally. That’s what CSS is for.

      @Toberumono@Toberumono4 ай бұрын
  • What would this mean for "code you own" when it is so similar to many other projects'? Couldn't it cause issues when the first ones to use the tool accuse the others of plagiarism? Is the code (or should it be) generated somehow under a special open source license to avoid such claims?

    @felixmervamee7834@felixmervamee78344 ай бұрын
  • I'm starting to learn Bootstrap. It seems to be alive and well.

    @31redorange08@31redorange084 ай бұрын
    • yeah, do'n't listen to some bs that is just to attract views and discussion. Stick with proven and popular tech - Bootstrap, maybe React later

      @lechprotean@lechprotean3 ай бұрын
    • ​@@lechproteanTheo is a junior to me. I just occasionally watch for inspiration. I have already worked with React for a few years, but never really got into CSS.

      @31redorange08@31redorange083 ай бұрын
    • If you are just starting out, this discussion is not for you!

      @eamax@eamax3 ай бұрын
    • @@eamax Why?

      @31redorange08@31redorange083 ай бұрын
    • @@31redorange08, you need to learn at least something before you can understand what is good for you

      @Ivan-Bagrintsev@Ivan-Bagrintsev3 ай бұрын
  • Have enjoyed shadcn so much. It’s like how I would have wanted a ui lib that I could move from project to project but customize as needed. It’s so strange to see other libs debate which subset of css to provide via props like p= and px= when this is all solved by providing a className and allowing utility classes. With that the entirety of css is available.

    @thegrumpydeveloper@thegrumpydeveloper4 ай бұрын
  • Can you please update this video with your thoughts on Aria vs Radix? It seems like Headless UI will no longer be supported

    @CodyIddings-Makeshapes@CodyIddings-Makeshapes4 ай бұрын
  • How do you upgrade or (say) security patch the code that you have inlined? Grabbing snapshots of a moving target, and, in that way freezing it becomes a nightmare. Been there, done that.

    @PerryWagle@PerryWagle3 ай бұрын
    • @@keyboardtapper I dunno, input sanitization? imgs.xkcd.com/comics/exploits_of_a_mom.png Trojan horses?

      @PerryWagle@PerryWagle3 ай бұрын
  • the big problem with shadcn/ui is that I cannot use it since I do not use tailwind, so I'd have to recreate styles myself and at that point I might as well just stick to Radix

    @Mitsunee_@Mitsunee_4 ай бұрын
  • Are there any unstyled component libarries for angular?

    @geochampapp@geochampapp3 ай бұрын
  • How do we get rid of the auto import from radix? It's literally my only gripe with this magical creation.

    @SebastianGrant-lj4qq@SebastianGrant-lj4qq4 ай бұрын
  • Sure coping the code into your project and modifying it is easier and gives more control in the short term but a) do you really need your controls to be THAT different from everyone else? A radio button is a radio button, a text box is a text box. And when fixes/enhancements are applied to the code you copied, how do you pick them up?

    @smooth1x@smooth1x3 ай бұрын
  • Any advice to get better at building the UI from a Figma? I’m working on this and I’m so slow on it. How do I get better?

    @heoTheo@heoTheoАй бұрын
  • As someone who sticks with own code, plain HTML/CSS as much as possible, UI libraries couldn't go away soon enough. But standard UI components should be built into HTML. For the most part, they are. I write my code to be standards-compliant and simple. Generating all the extra stuff, such as sitemaps, rss feeds, menus, fancy widgets from that on the fly. That way, if visitors don't have Javascript, or have an old browser, it still works the way I designed it.

    @makeitreality457@makeitreality4574 ай бұрын
    • Jesus will be impressed on the resurrection skill set.

      @minma02262@minma0226214 күн бұрын
  • The only minor thing that I don't like about shadcn/ui is that the style is a bit too tech-ish by being so minimal and requires some work to make the style fit to a less tech corporate aesthetic. But I guess with time they will add enought customization options for this kind of requirement.

    @sadkebab@sadkebab4 ай бұрын
    • Isn't the whole point that it's unstyled/neutrally styled and you style it according to your brand? I hate presets, they never fit the brand, and customization is mostly done through super basic css, most of which is inherited anyways

      @readywhen@readywhen4 ай бұрын
    • ​@@readywhen yes, what I am saying is that if the branding is not going towards a tech aesthetic, as it is, you will need to do quite some work to adjust it and I wish there was an easy way to adjust it, don't care about presets at all

      @sadkebab@sadkebab4 ай бұрын
  • Great video. From my perspective as a designer, I think this approach might make the design system turn into Frankenstein's monster really quick. At least you've brought AI into the discussion, which Vercel is really cooking up some cool stuff there with that component generator. I'm very curious how designers work into the fold with your approach, as I'm currently investigating whether to "go safe" with MUI recommendation for my PaaS client or instead assist them with building their own UI library with these newer frameworks like Radix along with Vercel's component generator. All I know is Tailwind CSS is super hot right now along with Framer Motion. NextUI is up and coming, but I like the idea of starting with basic components from Radix with zero design bias, whereas MUI introduces a lot of design bias with their Figma file. Don't get me started on MUI's [puke] icon library. Anywho, thanks so much for your bold perspective. People need that to get their head into AI these days. I'm curious to see what Google comes up with Gemini + Material Design. Very curious.

    @josh_ux@josh_ux14 күн бұрын
  • Before, I didn't want to use component libraries, but I didn't know how to express why. However, the first time I used Shadcn, I understood.

    @gappalchemist@gappalchemist4 ай бұрын
  • 5:00: v0 doesn't seem to work. They want a phone number and then reject when I give it (not USA)

    @brunoais@brunoais4 ай бұрын
  • If the shadcn/ui devs improve one of their components, how do you bring these improvements into your own (possibly modified) codebase? Just go through the changes one by one and copy-paste?

    @seppoayravainen@seppoayravainen4 ай бұрын
    • Yeah this seems like the biggest thing to me. How do you "upgrade" a component made like this? Whether for new features or bug fixes?

      @michaelmcglynn968@michaelmcglynn9684 ай бұрын
  • I am sorry I failed to understand the difference between installing radix or a component from another component library. Don't get me wrong I love radix and how easy it is to use and transform to fit the design. But saying we are no longer installing component libraries instead we are installing radix, this is the part I don't understandd.

    @glorrin@glorrin4 ай бұрын
    • It's just lower level, and otherwise jist an abuse of language to say you're not uaing a UI library anymore.

      @duartecunhaleao@duartecunhaleao4 ай бұрын
    • It’s a kinda sorta but not really solution. Coincidentally a radix problem was what I initially ran into, I believe it was the carousel. Keep in mind I installed a fresh react just to test shadcn, followed the instructions, had to watch a tutorial by an end user to get it to work, which included some tweaks not in the tutorial. Personally I keep asking myself should I just code it from scratch because this is more about fixing breaks that coding. The idea is good but they don’t flow at fast speeds. AI can now generate the js, and backend. OK time to try another UI then watch it break and have to break my head to make one button sample work. Then on to the next UI I must test them all. I’m UI greedy! It’s an illusion for the most part, of feeling like you’re up to date, but rarely is a new component created.

      @HumanoAI@HumanoAI4 ай бұрын
  • how is this glorified copy-pasting better? updating will be much harder than running npm update, especially if we make big changes to the original component and then have to merge them I understand having more control is needed sometimes, but most of the time, I want to be abstracted away from library code we need libraries that have both options: 1. they are npm installable 2. they have a copy source button (for the rare cases when I want to change the component source significantly)

    @vasy4321@vasy43214 ай бұрын
    • A component library, especially when battle tested like Radix, will require much less update than customizations, so copy paste it's a good tradeoff IMO

      @asimpleguy2730@asimpleguy27304 ай бұрын
    • "updating will be much harder than running npm update, especially if we make big changes to the original component and then have to merge them" -- if you make big changes to the original component, why would you be interested in updating that component from source again if you had to heavily modify it in the first place? It means you didn't really need the original implementation as it was. These copy-paste libraries are used as a good starting point that you can take almost full control over and are not at the mercy of the maintainers of the project to implement something and you can adjust them and do your own additional UX if that's needed.

      @rand0mtv660@rand0mtv6604 ай бұрын
  • I am looking for a library like shadcn for react native, is there any ?

    @for-pete-sake@for-pete-sake4 ай бұрын
  • What do you think about Next UI? I love using so much

    @XxlolktkatxX@XxlolktkatxX4 ай бұрын
    • Agree!

      @Sorkstryparen@Sorkstryparen4 ай бұрын
  • Copying code into my project for the express purpose of customization makes me so nervous. Whenever I am forced to do this, I try "git subtree" magic to track local changes so I can still apply patches from upstream. This lacks any of that.

    @mestoris@mestoris4 ай бұрын
  • I dont undrestant when they say, you don't need to install the component as dependency ... But shadcn cli when executed, it install the radix ui component as dependency ... Am i wrong ???

    @zaabimahdi@zaabimahdi3 ай бұрын
  • I think I'm in agreement with this. I much prefer this way of owning the code for your components. It also helps down the line when you have a project that goes into maintenance mode and then someone comes back to your code a few years later to "add a thing" and now your dependencies are out of date and it can rapidly get messy. So I think this helps with future-proofing your code.

    @sfincione2000@sfincione20004 ай бұрын
    • It is not future-proofing if you are full with outdated dependencies, it just means your project is using several packages with known vulnerabilities.

      @LajosUti@LajosUti3 ай бұрын
  • If the engineering team exercising more ownership over UI code means the company as a whole exercises more ownership over the look and feel of the UI, this has the potential to be something great. I think a lot of teams tend to see "a good start" as "a good final product," but hopefully this style of UI library will help encourage teams to grow beyond square one.

    @danhiester9034@danhiester90344 ай бұрын
  • Can shadcn , v0 dev by Vercel , tailwind ui or Radix ui generate Flutter code?

    @bennguyen1313@bennguyen13133 ай бұрын
  • I feel like we are just running around in circles and reinventing wheels just to satisfy some urge to invent stuff. Component libraries are fine and they are not dying, they are actually very popular. And most importantly, they save A LOT of time and money.

    @fronix5060@fronix50604 ай бұрын
    • Yes and no. AI now gets you to point B faster than attempting to learn framework languages and fixing breaks in the code. The next level is no code. A GUI build of the visual. With AI working on state and logic. Obviously people will use what they know. We run around testing every UI to render one component. Then go test the next library. The bottom line is , is the new generation of coders willing to learn the whole framework and the frameworks mini language to get up to speed. When AI can guide them in one or two days and build the code from scratch saving so much resources by not loading so much unused code.

      @HumanoAI@HumanoAI4 ай бұрын
    • They save time and money in some cases but not in others. Writing code doesn’t take that long if you know what you are doing. These libraries definitely do not save time if you want to do something that they make very difficult. In those cases, you wished you just built it all from scratch.

      @Basta11@Basta113 ай бұрын
  • I've been suggesting the copying of code outside node_modules for years, but leads I've worked with want nothing to do with it. Super frustrating

    @JedHelmers@JedHelmers4 ай бұрын
  • Ok, new html spec gets introduced after you've customized it like crazy, how do you update it?

    @MarthinusBosman@MarthinusBosman4 ай бұрын
  • i love shadcn component

    @im9yro178@im9yro1784 ай бұрын
  • Please explain to me like I'm 5, how is this a good idea. I find it to be an easy way to fall into maintenance hell.

    @DaggieBlanqx@DaggieBlanqx4 ай бұрын
    • It’s not a good idea for everyone. Knowing it exists, put that in your toolbox, and then use it when you need it, if ever.

      @ChristmasLights2@ChristmasLights24 ай бұрын
  • What about React Native? Is there any stable component libs for RN?

    @umitcelik5508@umitcelik55083 ай бұрын
  • Certainly interesting, hopefully better for anyone who's ever had to completely adapt several web apps to a new syntax just because someone on the Bootstrap team had another brain fart again for the newest major version (e.g., grid containers).

    @Iskelderon@Iskelderon4 ай бұрын
  • Predicting what front end libraries will die or will become popular feels like astrology for nerds. I like learning all these new things, and shadcn/ui loos great, but I bet I’ll still be running into bootstrap or material up for a while to come.

    @ChristmasLights2@ChristmasLights24 ай бұрын
  • Does shadcn still blow up your existing tailwind.config.js?

    @jamesauble8091@jamesauble80914 ай бұрын
  • Anybody have a favorite library for a combobox that is multi-select and displays the selected values below as badges with little x's for removal?

    @GigaFro@GigaFro3 ай бұрын
  • I hope it provide more flexible styling tool other than tailwind.

    @chun-lunlin7397@chun-lunlin73973 ай бұрын
  • Hope you have resources dedicated to debugging every single UI component you decided to cut/paste that you modified the source for giving you no chance for automatic updates.

    @transcendtient@transcendtient4 ай бұрын
  • Im surprised you haven't mentioned Tailwind Catalys which is in developer preview. It perfectly confirms your vision. One more similar tool emerging

    @MirkoVukusic@MirkoVukusic4 ай бұрын
    • Indeed, challenges Shad

      @Tonaldo90@Tonaldo904 ай бұрын
    • They don't pay him vore then vercel does. He is a giant billboard KZheadrs with no opinions, only invoices.

      @chrisdaman4179@chrisdaman41794 ай бұрын
    • @@Tonaldo90 , yes exactly. I love Tailwind and skipped Shadcn mosly because of Radix. Catalyst uses their headlessui, which I already use for some stuff in tailwind ... so Catalyst looks really promising for Tailwind users.

      @MirkoVukusic@MirkoVukusic4 ай бұрын
    • @@chrisdaman4179 How much do they pay him?

      @tvujtatata@tvujtatata4 ай бұрын
  • I see the value in these things maybe when you're talking about complex, dynamic combo boxes, but who really needs help with something like a "badge'?

    @jason_v12345@jason_v123454 ай бұрын
  • I initially opted for Shadcn UI in developing our laboratory management app, but unfortunately, I found it to be less than satisfactory. While it boasts an appealing aesthetic, I encountered numerous instances where I had to handle many aspects manually. My preference lies in leveraging a component library that is not just visually pleasing but also comes pre-equipped with almost everything I require, sparing me the need to build components from scratch. After grappling with several challenges, I decided to integrate Mantine into our app. Mantine, with its comprehensive feature set, turned out to be the solution I was seeking. Now, I seamlessly combine Mantine with Tailwind, and the synergy has resulted in a remarkably positive development experience for our project.

    @KhalidKhan-xq5xp@KhalidKhan-xq5xp4 ай бұрын
    • Thanks I have a look at it and it is pretty cool. I think Shadcn-UI also satisfy my needs but I did need some adjustments because the underlying component they use are sometimes not adequate.

      @haha-eg8fj@haha-eg8fj4 ай бұрын
  • I've kept my eyes on shadcn for a while and I'm excited to play with it.

    @wcrb15@wcrb154 ай бұрын
  • Yet another great video. I love how you are not afraid of showing us what you think about where the industry is heading. What would your and people's take would be on stylable from wix? Genuinely curious.

    @tamasbalint1597@tamasbalint15974 ай бұрын
  • I have always been avoiding libraries whenever i wanted a quick webpage to test things. Just staying with plain HTML/CSS/JS.

    @blinking_dodo@blinking_dodo4 ай бұрын
    • Now is the best time for this, because you should know how to make tweets and know your terms to have AI assist you in coding heavy js logic. HTML and css is simple. Goes further and databases are now easy too.

      @HumanoAI@HumanoAI4 ай бұрын
  • with this cloned version of their code at a point in time in your code base that you can change at will how will updates work? npm update and npm upgrade are awesome

    @garybenade@garybenade3 ай бұрын
  • There IS a way to prevent it from showing radix UI and shadcn ui imports. Just create a UI package in a monorepo and then I side your next app only install the UI package, not radix

    @dawidwraga@dawidwraga4 ай бұрын
  • Cherry picking parts of the library into you code base is some kind of a manual dead code elimination, just put upside down (more like "life code incorporation"). So this tool is just an over-complicated manual tree shaker.

    @m.a.d.h.e.a.d@m.a.d.h.e.a.d3 ай бұрын
  • My biggest issue with Bootstrap and other ui libraries is how hard it is to make it feel organic in a project. Bootstrap always looks cheap to me.

    @Beastintheomlet@Beastintheomlet4 ай бұрын
    • Clone.

      @HumanoAI@HumanoAI4 ай бұрын
  • We struggle to deal with the tradeoff of of having perfectly working UI from libraries and them being too hard to customize, so end up building a lot of components from scratch This seems like a good compromise Is there something like this for angular as well? Or is it already built in a way that it can be used from any framework?

    @shadowpenguin3482@shadowpenguin34824 ай бұрын
    • If you go to the documentation you'll see there are some frameworks supported via the cli method and you can make the manual installation too (don't know if this makes angular compatible though)

      @awol2@awol24 ай бұрын
    • @@awol2 I believe the original shadcn/ui works for jsx/tsx, so frameworks like Angular, Vue or Svelte aren't supported by the original shadcn/ui, but there are heavily inspired implementations for these frameworks: Angular has spartan/ui, Vue has shadcn/vue and Svelte has shadcn-svelte. I don't know if the original creators of shadcn/ui are involved with these, but they look just as good,. though I haven't worked with any of them.

      @oksen1990@oksen19904 ай бұрын
KZhead