Plans of the next Iteration of Vue.js [via The Vue Point]

Evan You, the creator of Vue.js gave a little sneak peek of the plans for Vue.js 3.0 at Vue.js London 2018. The new major version aims to be smaller, faster and more powerful:

We’ve accumulated a number of ideas that would bring improvements, but they were held off because they would result in breaking changes. At the same time, the JavaScript ecosystem and the language itself has been evolving rapidly. What’s more exciting is that we are seeing ES2015 support becoming a baseline for all major evergreen browsers. Vue 3.0 aims to leverage these new language features to make Vue core smaller, faster, and more powerful.
Evan You
Creator of Vue.js

Vue 3.0 will probably be shipped sometime 2019. In this article, Evan gives an overview of improvements and new features that will be implemented.

Read More about Vue.js 3.0

Similar Articles
Build a Vue.js E-Commerce App with ButterCMS Headless Backend [via Snipcart]
08.06.2018  •  in #Tutorial, #Bookmarks
Jean-Seb Tremblay wrote a tutorial on how to build a custom e-commerce app on top of headless ButterCMS as a backend, Vue.js for the frontend and Snipcart as a shopping cart platform!
Building a Hangman Game with Vue.js [via 30Platforms]
15.07.2018  •  in #Tutorial, #Bookmarks
A fun little tutorial to learn more about Vue.js by building a Hangman Game by Blair Googer