I was wondering if someone who is good at JS can compare this to BluePrint[1]? [1] https://github.com/palantir/blueprint
BluePrint is a joke compare to this. Palantir can't create a landing page without crashing my browser.
Show HN: Antd – A set of high-quality React components
101–107 of 107 posts
Re: Show HN: Antd – A set of high-quality React components
#102Earlier quoted context omitted.
a11y optimization is in progress, but it is not a high priority job.
I can certainly say that I’m flatly not going to use something that fails at keyboard usability like this, because I myself would hate to use it.
Re: Show HN: Antd – A set of high-quality React components
#103How does it compare ?
Re: Show HN: Antd – A set of high-quality React components
#104Large library, I particularly liked the @mention component, first time i see a library providing that.
There was react wyswyg editor with this function couple of weeks ago here at HN. Was looking for it too. ( https://github.com/jpuri/react-draft-wysiwyg https://jpuri.github.io/react-draft-wysiwyg/#/demo?_k=fws8cj - look for editor with mentions)
Re: Show HN: Antd – A set of high-quality React components
#105Earlier quoted context omitted.
It's a weak abstraction with maybe hundreds of nested dependencies and many compile steps. A lot of things that can go wrong ... Just to do this: Hello world
"Just" To "just" use self contained, configurable, property-defined components that can be shared, re-used, filled with state - that isn't trivial. Which is why they're React components. The components themselves are very lean, there's a bit of code, some markup, a piece of CSS and that's that. The code i have linked compiles down to a couple of bytes.
Re: Show HN: Antd – A set of high-quality React components
#106This stuff is horrible to use from the keyboard visually, because outlines have been removed without an adequate replacement. Please fix the styles for :focus et al. Make it all obvious, like Microsoft have done in Windows 10 (they have what is pretty much just a 2px solid black outline).