Is someone already working on a bootstrap-themed version of this?
Show HN: Antd – A set of high-quality React components
21–30 of 107 posts
Re: Show HN: Antd – A set of high-quality React components
#22Some really beautiful components like the TreeSelect in there, not trivial to build at all. That said, the first time I loaded the page sure took a long time. Kind of sad to need Webpack to create chunks just to recreate the old effect of not loading all the content for your website all at once.
Re: Show HN: Antd – A set of high-quality React components
#23Is it possible to convert the remaining site pages [0] into english.
Also, the mobile friendly components [1] also look great.
Re: Show HN: Antd – A set of high-quality React components
#24For mobile platforms specifically. Now on the surface you can say that UI libraries these days, more or less, will work similarly if not exactly the same across platforms. I would say for most "types" of components this will be true. But form input field behavior is different enough between mobile platforms that I'm questioning why we aren't moving quickly away from native HTML form input fields.
I totally get the argument for accessibility (probably a lot of accessibility platforms depend on these fields), but even accessibility standards such as ARIA, because of some of these inconsistencies, should be pushing toward this goal (decoupling the form input UI components from native HTML form input fields) I think.
Does anyone else here have a strong opinion one way or another as far as their experience building PWA's on mobile where they've encountered the differences between platforms (I'm specifically familiar with Android vs. iOS)? Do you find the differences to be easy to work around? I'm especially interested in feedback from folks who have required some relatively detailed behaviors, such as consistency in how input fields behave when "tabbing" to the next / previous field, or how the "input type='time'" fields behave differently in terms of when DOM events fire while setting time. Or how native keyboard behaviors / layouts are sufficiently different that you'd prefer to have a way to make the experience within your app more consistent?
Re: Show HN: Antd – A set of high-quality React components
#25Re: Show HN: Antd – A set of high-quality React components
#26For those wondering who it comes from, https://ant.design/docs/spec/introduce#Who-are-using-Ant-Des... The first (and presumably namesake) company is Ant Financial https://www.antgroup.com , which is described as: > Ant Financial Services Group ("Ant Financial"), was officially founded in October 2014 and originated from Alipay which is the world's leading third-party payment platform founded in 2004. So basically if…
Re: Show HN: Antd – A set of high-quality React components
#27Always up to use a new tool!
Re: Show HN: Antd – A set of high-quality React components
#28I was wondering if someone who is good at JS can compare this to BluePrint[1]? [1] https://github.com/palantir/blueprint
Re: Show HN: Antd – A set of high-quality React components
#29Some really beautiful components like the TreeSelect in there, not trivial to build at all. That said, the first time I loaded the page sure took a long time. Kind of sad to need Webpack to create chunks just to recreate the old effect of not loading all the content for your website all at once.
Re: Show HN: Antd – A set of high-quality React components
#30@__yesmeck Cool! broken link to https://ant.design/docs/pattern/principle on https://ant.design/docs/spec/introduce