You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After digging around the code of https://react-spectrum.adobe.com/react-aria/index.html, I’m super impressed! React-aria is one of best accessibility libraries for React I’ve seen. It has excellent examples of making highly customised UI components while still retaining full accessibility. After coding many custom implementations myself seeing something that could help standardise an approach for accessible Design Systems in React is terrific. It also adds important missing events for accessibility to react, such as focusWithin(). I can see it has quite a bit of crossover with internals of headlessui like VisuallyHidden. I'm wondering if refactoring the accessibility implementations of headlessUI for React to use this lib would be beneficial? (I'm going to look at making a folk myself but wanted to share and discuss approach.)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
After digging around the code of https://react-spectrum.adobe.com/react-aria/index.html, I’m super impressed! React-aria is one of best accessibility libraries for React I’ve seen. It has excellent examples of making highly customised UI components while still retaining full accessibility. After coding many custom implementations myself seeing something that could help standardise an approach for accessible Design Systems in React is terrific. It also adds important missing events for accessibility to react, such as
focusWithin()
. I can see it has quite a bit of crossover with internals of headlessui like VisuallyHidden. I'm wondering if refactoring the accessibility implementations of headlessUI for React to use this lib would be beneficial? (I'm going to look at making a folk myself but wanted to share and discuss approach.)Beta Was this translation helpful? Give feedback.
All reactions