Shadcn/UI now defaults to Base UI instead of Radix

(ui.shadcn.com)

100 points | by dabinat 3 hours ago

11 comments

  • chvid 2 hours ago
    For boring applications - do people prefer the copy paste approach of shadcn instead of a traditional ui library like mantine?

    The copy paste approach may be easily modifiable but creates new problems - ie now there is an upgrade ai agent for something that should just be ticking up a version number.

    • sreekanth850 5 minutes ago
      Bigger issue ,every app that use shadcn use 100% same. I still have to figure how people differentiate their brand using shadcn.
    • notpushkin 1 hour ago
      I’m leaning towards vendoring for all my new projects.

      Grabbing an off-the-shelf UI library is easy in the short term, but it’s usually overcomplicated, implements things I won’t ever need, is hard to tweak if/when you want to distinguish your app from the thousand others using the same library, and when you do decide to upgrade it, all your tweaks break in subtle ways.

      What I think would be the best approach is building your own UI library. You own it, you get to reuse it across different projects and maintain the same visual style (if desired), and you add features when you need them.

    • rzmmm 31 minutes ago
      I don't like the copy paste. Rather use lower-level abstractions for the UI if I know I have to make modifications.
    • victorbjorklund 1 hour ago
      If you don't need to make any changes, it should be very simple to just upgrade by replacing the components. And if you need to make changes then well it's not gonna work with a traditional UI library.
    • Exoristos 1 hour ago
      Mantine is brilliant, I can build anything in it quickly and then extend it or completely customize the theme or individual components, but there is a learning curve. I would not call it a giant learning curve.
    • sevenzero 1 hour ago
      I highly prefer a copy and paste approach. The less npm installs the better.
    • IceDane 1 hour ago
      Martine just straight up sucks.

      Vendoring your components gives you the best of both worlds. You get a full component library but retain the ability to modify them as you want.

      Your AI agent claim doesn't make any sense either. When upgrading normally your component just gets rewritten on disk. When switching from radix to base ui, a more comprehensive approach is needed.

      • chvid 1 hour ago
        The ai agent “claim” is from the webpage that is linked to:

        When You're Ready to Migrate

        You don't need to migrate. But if you want to, we built a skill for it:

        pnpm dlx skills add shadcn/ui

        Then ask your coding agent:

        migrate accordion to base-ui

  • gherkinnn 2 hours ago
    I have used and mostly like Shadcn, and yet their Radix-based radio button was a bit much, as are other choices, where similarly overblown solutions were used.

    https://news.ycombinator.com/item?id=46688971

  • dyllon 2 hours ago
    Moving away from codemods and towards LLMs doing migration work is an interesting development.

    Even if they’re more deterministic, I wonder if the days of codemods are numbered.

    • yard2010 1 hour ago
      How about leveraging llms to produce deterministic codemods? You can then iterate on this by running the codemods and using other deterministic guardrails, feeding the results back into the llm to improve the codemods?
    • kristiandupont 2 hours ago
      I think the two complement each other perfectly and will continue to do so. I keep writing AGENTS.md files for soft rules and custom linter rules for hard ones which IMO is the best of both worlds.
  • Topfi 2 hours ago
    That's great. Started using Base UI early on via 9ui [0] and found the primitives very pleasant to work with, especially if one wants to compose more complex components from other Base UI components. Maybe Shad can reduce some of the dependencies they rely on now.

    [0] https://www.9ui.dev

    • nullbio 1 hour ago
      What's the difference?

      All of these component libraries look the same.

  • nullbio 1 hour ago
    Why? What advantage does it bring?
    • dabinat 1 hour ago
      Base UI is more low-level, a lot less opinionated and doesn’t force you into certain layouts. This of course makes it more complex to use, but that doesn’t matter if you’re using shadcn components because they’re doing that work for you.

      So essentially they look and operate the same as Radix components at the shadcn level but you have low-level control later on should you need it.

      • f-serif 49 minutes ago
        I tried to use baseUI and gave up. Forms are a bit different and I can't no longer copy/paste similar form code between projects (unless I migrate everything to baseUI).
    • stefan_ 28 minutes ago
      Yeah instead of this slop a simple table explaining the tradeoff would have been far superior.
  • upmostly 1 hour ago
    Great news. I've found that no UI library comes close to shadcn's quality.

    It even looks incredible when building desktop apps. We used it to build DB Pro [1] and the DB Pro website, and everyone compliments us on our design.

    I see it becoming the defacto choice for UIs especially when building with agents.

    [1] https://dbpro.app

  • 8cvor6j844qw_d6 1 hour ago
    What is the shadcn/ui equivalent for Angular?

    PrimeNG had a licensing change recently and I'm looking at a suitable alternatives for a fresh project.

    • cube00 1 hour ago
      Both attempts[1] to surface this on HN failed but if you are using a PrimeTek component library you need to be aware of this change.

      PrimeNG, PrimeReact, and PrimeVue are all impacted and ongoing licencing will be $800 per developer seat in 2027. This covers the core components too. [2]

      The previous repos have all been archived [3]

      PrimeFaces remains open source but it's now developed and maintained by independent volunteer developers who are not employees of PrimeTek.

      [1]: https://hn.algolia.com/?q=The+Next+Chapter+of+PrimeTek

      [2]: https://primeui.dev/nextchapter

      [3]: https://github.com/primefaces/primeng

    • jph 32 minutes ago
      I'm building Lily Design System as a response to Shadcn and similar systems not yet being available directly for multiple stacks including Svelte, Angular, Nunchucks. It's all free open source. If you want to send me your feedback, suggestions, etc. I can easily add things to Lily.

      https://lilydesignsystem.github.io

  • kcrwfrd_ 1 hour ago
    Tangential but does anyone an have opinion on Base UI vs React Aria?

    Trying to decide between the two atm.

    • lloydatkinson 27 minutes ago
      Personally I'd prefer React Aria; I don't have the patience to try understand why suddenly everyone is rushing to adopt Base UI instead of Radix which itself was once suddenly the thing everyone rushed to instead of Stitches.

      Having a library not in anyway related to that to me feels like a big pro.

      I have found React Aria to be very good. I really like how its a set of hooks, a set of premade components using said hooks, and I like how you can choose bits of either approach for your own components. Some of the hooks are very useful.

  • mr-karan 2 hours ago
    [flagged]
  • skeptrune 2 hours ago
    based