1. @antv/data-set
data set with state management
@antv/data-set
Package: @antv/data-set
Created by: antvis
Last modified: Sun, 28 Apr 2024 08:58:50 GMT
Version: 0.11.8
License: MIT
Downloads: 116,657
Repository: https://github.com/antvis/data-set

Install

npm install @antv/data-set
yarn add @antv/data-set

data-set



npm package
NPM downloads
Percentage of issues still open

Data set with state management.

Installing

npm install @antv/data-set

 import DataSet from '@antv/data-set';

const ds = new DataSet({
  state: {
    // initialize state
    foo: 'bar',
  },
});

Document

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin