Vue 3 is now in Beta 🖖

cover image
Published: April 17, 2020

Vue.js 3 has now reached Beta 🥳

One of the things I'm most excited about is how to share state and logic between components without props and emits. Look at how we can keep our state and logic in its own JavaScript file and use it in the components we need.

Composition API

I'm really looking forward to the official release. If you want to read about what's new and changed, take a look at my previous article. And check out this repository for how to set up a Vue 3 project today and more resources.