Top
image credit: Pxhere

Vue.js 3.0 brings more speed, more TypeScript

June 10, 2020

Via: InfoWorld

Vue.js 3.0, a planned upgrade to the JavaScript framework for building web UIs, is moving toward general release. A beta release available since early spring shows off improvements in areas such as performance and TypeScript support.

A production release of Vue.js 3.0 has been slated to be ready by this month. The Vue 3.0 beta is available from GitHub. For better performance, Vue 3.0 features a rewritten virtual DOM and compiler-informed fast paths. Server-side rendering is two to three times faster, based on benchmarks simulating typical scenarios. Component initialization is more efficient, and update performance is also improved.

Read More on InfoWorld