Manage Asynchronous Calls In Vue.js

Description:

async-manager is a library for Vue.js that makes it easier to manage asynchronous calls in Vue.js applications.

Intro:

vue-async-manager can help you manage asynchronous calls more easily in Vue applications, including:

  • Load asynchronous components
  • Fetch data from the API

If you are familiar with React Suspense, then vue-async-manager provides an <Suspense> component with the same name to do the same thing, and does an extra functional design for this.

In addition, vue-async-manager also provides a resource manager to help you manage asynchronous API requests more easily.

Next you can check out the Guide to get started quickly, or check out API. At the same time, we provide a number of Live Demos to help you understand vue-async-manager

Usage

import Vue from "vue"
import VueAsyncManager from "vue-async-manager"

Vue.use(VueAsyncManager, options)

Preview:

This is image title

Download Details:

Live Demo: https://vue-contrib.github.io/vue-async-manager/demo.html#waiting-for-all-async-components-to-load

Download Link: https://github.com/vue-contrib/vue-async-manager/archive/master.zip

Official Website: https://github.com/vue-contrib/vue-async-manager

Install & Download:

# Yarn
$ yarn add vue-async-manager

# NPM
$ npm install vue-async-manager --save

#vuejs #javascript #vue-js

Manage Asynchronous Calls In Vue.js
2.85 GEEK