Live data from Hacker News

Ant Design – the second most popular React UI framework

github.com

1–10 of 67 posts

Re: Ant Design – the second most popular React UI framework

#7
Isn't there any UI framework alternative for the web that doesn't use JavaScript or Typescript?

Something like DaisyUI but using other languages when needing interactivity.

Also, tested the DatePicker and it's examples with time is unusable on mobile, renders outside of the viewport without option of scrolling.

Re: Ant Design – the second most popular React UI framework

#8
post #5

I've come across this library a lot but never used it. I did inherit a project that uses chakra-ui though and have very much enjoyed using it. This seems similar, has anyone used both and have a preference for one or the other?

I've always been afraid to use Ant because it's Chinese: https://github.com/ant-design

Not necessarily just because of CCP shenanigans, but also US ones (like if an administration suddenly decides to impose software import restrictions).

MUI is international (founded in France & UK: https://mui.com/about/), and Chakra is Nigerian (https://v2.chakra-ui.com/)

It saddens me that this matters in this day and age, but if you're adopting a UI kit for long-term corporate usage, it is worth considering...

Re: Ant Design – the second most popular React UI framework

#10

Isn't there any UI framework alternative for the web that doesn't use JavaScript or Typescript? Something like DaisyUI but using other languages when needing interactivity. Also, tested the DatePicker and it's examples with time is unusable on mobile, renders outside of the viewport without option of scrolling.

It sounds like you're looking for CSS frameworks and plenty of them exist - Bootstrap for instance doesn't require you to use the JS part of it.
Post reply on HN