DEV Community

Discussion on: What new software libraries and tools etc. are you excited about?

Collapse
 
tylerlwsmith profile image
Tyler Smith

Vue 3 looks incredible.

Also, while not new, XState has been fun to play with recently. It's more verbose than I'd like, but it's the only state management thing I've used that has a not-hacky answer for asynchronous data, and that alone is worth it.

I'm not converting all of my code to XState yet, but I'm never doing a multipart form in React without it again.