vernak2539 / words-byvernacchia

blog / investigations built with astro
https://words.byvernacchia.com
0 stars 0 forks source link

blog/2023/03/1-react-aria-exploration/ #5

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

React Aria Exploration (Pt. 1) | Words by Vernacchia

Let's have a look at React Aria. I've been wanting to do this for a while...

https://words.byvernacchia.com/blog/2023/03/1-react-aria-exploration/

timche commented 1 year ago

React Aria is great! The new date picker component in the Hub App in Offers is also based on it, but unfortunately I didn't get the chance to transfer it to the component library in the end 🥲 Another notable mentions is Radix UI. Headless components styled with Tailwind CSS are really a game changer.

vernak2539 commented 1 year ago

Ahh yeah, I've seen Radix UI as well! I need to check it out properly (you're adding so many good things I need to checkout to my list haha).

@timche If you haven't seen, the React Aria now has "components" (here) which make it super easy to understand / use as examples when building your own. Really looking forward to diving into it.