What is new in Vue.js 3?

After the Vue 3 release, everyone is excited to know and learn about the new features in Vue.js 3. So here we are with the list of new features in Vue js 3.

New features in Vue 3

  • Composition API
  • Teleport
  • Fragments / Multi Root components
  • Rewritten Virtual Dom
  • Global API
  • Event names automatic case transformation
  • New emits option

Composition API

Conclusion

There are many changes in the Vue 3 but mainly that you will feel notable while using is the Code management. Vue 3 has made many changes that will help you better manage your code.

You may also like...