# @most/core

> Reactive programming with lean, functions-only, curried, tree-shakeable API

Latest version **1.6.1** (published 2020-10-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @most/core
pnpm add @most/core
yarn add @most/core
bun add @most/core
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.6.1 |
| Published | 2020-10-03 |
| First published | 2017-01-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 538.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 414 |
| Author | brian@hovercraftstudios.com |
| Maintainers | tylors, briancavalier, davidchase, frikki, most |
| Keywords | reactive, reactive programming, events, event stream, promise, promises, monad, monadic, functional, async |

## Links

- npm: https://www.npmjs.com/package/@most/core
- Repository: https://github.com/mostjs/core
- Homepage: https://github.com/mostjs/core#readme
- Issues: https://github.com/mostjs/core/issues
- npm.io page: https://npm.io/package/@most/core

## Dependencies (4)

- [@most/types](https://npm.io/package/@most/types.md) ^1.1.0
- [@most/prelude](https://npm.io/package/@most/prelude.md) ^1.8.0
- [@most/scheduler](https://npm.io/package/@most/scheduler.md) ^1.3.0
- [@most/disposable](https://npm.io/package/@most/disposable.md) ^1.3.0

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 1.6.1 (latest) — 2020-10-03
- 1.0.0-beta.1 (beta) — 2017-11-03
- 1.6.0 — 2020-09-30
- 1.5.0 — 2019-06-25
- 1.4.2 — 2019-06-18
- 1.4.1 — 2019-06-04
- 1.4.0 — 2019-05-29
- 1.3.5 — 2019-05-21
- 1.3.4 — 2019-02-03
- 1.3.3 — 2019-02-01
- 1.3.2 — 2018-07-25
- 1.3.1 — 2018-07-17
- 1.3.0 — 2018-05-15
- 1.2.3 — 2018-03-01
- 1.2.1 — 2018-02-04
- … 32 more at https://npm.io/package/@most/core/versions

## README

```
________________________________
___   |/  /_  __ \_  ___/__  __/
__  /|_/ /_  / / /____ \__  /   
_  /  / / / /_/ /____/ /_  /    
/_/  /_/  \____/______/ /_/
```

# Monadic Event Stream

[![MostJS](https://circleci.com/gh/mostjs/core.svg?style=svg)](https://circleci.com/gh/mostjs/core)
[![Join the chat at https://gitter.im/cujojs/most](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cujojs/most?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

High-performance reactive event stream programming that powers [Most](https://github.com/cujojs/most).

Specifically, `@most/core` features Most's battle-tested, high-performance architecture in a leaner, functions-only, *curried* API in a *tree-shakeable* package.

* [API docs](https://mostcore.readthedocs.io)
* [Get it](#get-it)
* [Examples](examples)
* [Packages](PACKAGES.md)
* [Contribute](#contribute)

## Get it

```
npm install --save @most/core @most/scheduler

yarn add @most/core @most/scheduler
```

## Contribute

After cloning the repository

```
npm install --legacy-peer-deps
```

### Running the Tests

```
npm test
```

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