# 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.