Hacker News new | ask | show | jobs
by jumploops 720 days ago
Most of the Antd components wrap `rc-[x]` components[0] with a stylish UI.

In the past we've found Antd doesn't play well with custom components, and can often have weird performance implications.

It was a decent way to get a nice UI up fast, but we quickly found a need to build custom components or go elsewhere.

Styling was also a bit of a pain iirc, though I believe things are better with Antd 4+.

At my new gig we use Tailwind + shadcn, plus an increasing number of GPT-generated one-off components :)

[0] https://www.npmjs.com/package/rc-popover

1 comments

> plus an increasing number of GPT-generated one-off components :)

Sounds interesting, what do you mean by this? Do you have a workflow or process? Is this generating styled reusable components?

Given it's Tailwind + shadcn, I'd be surprised if it's not v0[0].

[0]: https://v0.dev

We’ve used v0 a bit, and it’s getting better(!), but generally just use a custom system prompt that knows our tech stack (Supabase, Next.js, etc.)