# Vue 3
This will be the next version of Vue.js, it was announced back in Fall of 2018 by Evan You - Vue.js creator.
# Release Date
There's no official release date, but is expected to be in Q1 of 2020 Plugin for Vue 3.
# Features
Vue 3 will be faster, lighter and more maintainable according to Evan You.
# Composition API
This feature will allow for a function way of writing your component, inspired by React Hooks.
Now you can encasulate logic into composition functions
and reuse that logic across components.
# API Reference
The API has been renamed from Functions API to Composition API along the way. Read the API Reference.
# Other exciting changes in Vue 3:
- Virtual DOM rewrite for better performance and improved TypeScript support.
- Exposed Reactivity API.
- Time Slicing Support.
- Static Tree Hoisting.
- Optimized Slots Generations.
- Monomorphic Calls.
# Additional Links
- Vue 3 - Start Using it Today
- Vue 3 & A First Look at the Composition API
- Hello Vue 3: A First Look at Vue 3 & the Composition API
- An Early L:ook at the Vue 3 Composition API in the Wild
- Vue 3 and the Composition API
- Exciting new features in Vue 3
- Live Coding: The new Composition API
- Looking into the Vueture: Compisition Functions