0.0.1 • Published 3 years ago

@lgd-utils/polling v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@lgd-utils/polling

Bundle size MIT NPM downloads NPM version lodash npm styled with prettier

A front-end polling tool

Usage

import Polling from '@lgd-utils/polling';

const polling = new Polling({
  request: () => store.dispatch(`user/queryUserInfo`)
})
polling.start()

Contribute

Documentation

Related