# dva-core

> The core lightweight library for dva, based on redux and redux-saga.

Latest version **2.0.4** (published 2020-12-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install dva-core
pnpm add dva-core
yarn add dva-core
bun add dva-core
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities; popular repo.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.4 |
| Published | 2020-12-15 |
| First published | 2017-07-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 98 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 16144 |
| Maintainers | sorrycc |
| Keywords | dva, alibaba, redux, redux-saga, elm, framework, frontend |

## Links

- npm: https://www.npmjs.com/package/dva-core
- Repository: https://github.com/dvajs/dva
- Issues: https://github.com/dvajs/dva/issues
- npm.io page: https://npm.io/package/dva-core

## Dependencies (7)

- [global](https://npm.io/package/global.md) ^4.3.2
- [flatten](https://npm.io/package/flatten.md) ^1.0.2
- [warning](https://npm.io/package/warning.md) ^3.0.0
- [invariant](https://npm.io/package/invariant.md) ^2.2.1
- [redux-saga](https://npm.io/package/redux-saga.md) ^0.16.0
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.0.0
- [is-plain-object](https://npm.io/package/is-plain-object.md) ^2.0.3

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 2.0.4 (latest) — 2020-12-15
- 1.6.0-beta.7 (next) — 2019-09-05
- 0.3.0 (beta) — 2017-09-01
- 2.0.3 — 2020-09-23
- 2.0.2 — 2019-12-23
- 2.0.1 — 2019-11-01
- 2.0.0 — 2019-09-05
- 1.6.0-beta.6 — 2019-07-12
- 1.6.0-beta.5 — 2019-06-15
- 1.6.0-beta.4 — 2019-06-11
- 1.6.0-beta.3 — 2019-05-10
- 1.6.0-beta.2 — 2019-04-10
- 1.6.0-beta.1 — 2019-04-09
- 1.5.0-beta.2 — 2018-09-20
- 1.5.0-beta.1 — 2018-09-20
- … 14 more at https://npm.io/package/dva-core/versions

## README

# dva-core

[![NPM version](https://img.shields.io/npm/v/dva-core.svg?style=flat)](https://npmjs.org/package/dva-core)
[![Build Status](https://img.shields.io/travis/dvajs/dva-core.svg?style=flat)](https://travis-ci.org/dvajs/dva-core)
[![Coverage Status](https://img.shields.io/coveralls/dvajs/dva-core.svg?style=flat)](https://coveralls.io/r/dvajs/dva-core)
[![NPM downloads](http://img.shields.io/npm/dm/dva-core.svg?style=flat)](https://npmjs.org/package/dva-core)
[![Dependencies](https://david-dm.org/dvajs/dva-core/status.svg)](https://david-dm.org/dvajs/dva-core)

The core lightweight library for dva, based on redux and redux-saga.

## LICENSE

MIT

---
_Source: https://npm.io/package/dva-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
