Vue creator Evan You recently presented the Composition API RFC, a new API for writing Vue components inspired by React Hooks. This post explores the similarities and differences.
Component-driven development (CDD) means designing your software applications by building loosely-coupled components. The benefits of CDD include faster development, simpler maintenance, better reusability, and easier testing.
The recent BootstrapVue version 2 release introduces new features leveraging the capabilities of Vue 2.6. It also includes several bug fixes and deprecations.
"Tree shaking" describes the automatic removal of unused code to optimize your library for consumers. This post contains detailed instruction on how to publish a tree-shakeable library on NPM using VueJS single-file components and TypeScript.
In this article, you'll see which types of Vue components can be loaded lazily and, more importantly, how to handle the waiting required for them to download.
Do you want your app users to have a seamless experience? In this article, the author shows how to implement a "retry last action" feature in Vuex that allows failed API calls to be retried without disrupting the user.
Here are five helpful pro-tips to improve your Vue.js code.
Click to load comments...