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
Server-Side Rendering With Laravel & Vue.js 2.5 [via Antony Gore]
10.04.2018  •  in #Bookmarks
In case you didn't notice before: Laravel is kinda my jam! So I was excited for Server-Side-Rendering being supported for Laravel since last year / Vue.js 2.5 😊 If you need to jump into SSR with Vue.js & Laravel, I recommend Anthony Gore's article...
Build a Progressive Web App In VueJs, from Zero to Hero! [via Hackernoon]
15.01.2019  •  in #Tutorial, #Bookmarks
In case you didn't notice: Everyone is doing Progressive Web Apps now! Read this article series by Fabian Hinsenkamp to create your own PWA with Vue.js!