# @quenty/rx

> Quenty's reactive library for Roblox

Latest version **13.34.0** (published 2026-08-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install @quenty/rx
pnpm add @quenty/rx
yarn add @quenty/rx
bun add @quenty/rx
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 13.34.0 |
| Published | 2026-08-28 |
| First published | 2021-07-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 13 |
| Unpacked size | 100.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 610 |
| Maintainers | quenty |
| Keywords | Roblox, Nevermore, Lua, event, rx, observable |

## Links

- npm: https://www.npmjs.com/package/@quenty/rx
- Repository: https://github.com/Quenty/NevermoreEngine
- Homepage: https://github.com/Quenty/NevermoreEngine#readme
- Issues: https://github.com/Quenty/NevermoreEngine/issues
- Funding: https://www.patreon.com/quenty
- npm.io page: https://npm.io/package/@quenty/rx

## Dependencies (13)

- [@quenty/maid](https://npm.io/package/@quenty/maid.md) 3.12.0
- [@quenty/table](https://npm.io/package/@quenty/table.md) 3.9.2
- [@quenty/loader](https://npm.io/package/@quenty/loader.md) 10.11.1
- [@quenty/signal](https://npm.io/package/@quenty/signal.md) 7.13.2
- [@quenty/symbol](https://npm.io/package/@quenty/symbol.md) 3.5.2
- [@quenty/promise](https://npm.io/package/@quenty/promise.md) 10.24.0
- [@quenty/ducktype](https://npm.io/package/@quenty/ducktype.md) 5.11.1
- [@quenty/throttle](https://npm.io/package/@quenty/throttle.md) 10.15.0
- [@quenty/typeutils](https://npm.io/package/@quenty/typeutils.md) 1.3.1
- [@quenty/canceltoken](https://npm.io/package/@quenty/canceltoken.md) 11.25.0
- [@quentystudios/jest-lua](https://npm.io/package/@quentystudios/jest-lua.md) 3.10.0-quenty.2
- [@quenty/cancellabledelay](https://npm.io/package/@quenty/cancellabledelay.md) 3.6.2
- [@quenty/nevermore-test-runner](https://npm.io/package/@quenty/nevermore-test-runner.md) 1.6.0

## Alternatives

- [async-exit-hook](https://npm.io/package/async-exit-hook.md) — 3.7M weekly downloads
- [evnty](https://npm.io/package/evnty.md) — 7.2K weekly downloads
- [eleventy-plugin-asciidoc](https://npm.io/package/eleventy-plugin-asciidoc.md) — 3.5K weekly downloads
- [@jswork/next-get2get](https://npm.io/package/@jswork/next-get2get.md) — 945 weekly downloads
- [@dashersw/axon](https://npm.io/package/@dashersw/axon.md) — 934 weekly downloads

## Recent versions

- 13.34.0 (latest) — 2026-08-28
- 13.27.1-canary.684.24818543952.0 (canary) — 2026-04-23
- 13.33.1 — 2026-08-14
- 13.33.0 — 2026-07-25
- 13.32.0 — 2026-07-23
- 13.31.0 — 2026-07-23
- 13.30.0 — 2026-07-18
- 13.29.0 — 2026-07-18
- 13.28.3 — 2026-05-30
- 13.28.2 — 2026-04-30
- 13.28.1 — 2026-04-29
- 13.28.0 — 2026-04-23
- 13.28.0-canary.678.24427877603.0 — 2026-04-14
- 13.27.0 — 2026-04-14
- 13.27.0-canary.679.24427386875.0 — 2026-04-14
- … 313 more at https://npm.io/package/@quenty/rx/versions

## README

## Rx
<div align="center">
  <a href="http://quenty.github.io/NevermoreEngine/">
    <img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/docs.yml/badge.svg" alt="Documentation status" />
  </a>
  <a href="https://discord.gg/mhtGUS8">
    <img src="https://img.shields.io/discord/385151591524597761?color=5865F2&label=discord&logo=discord&logoColor=white" alt="Discord" />
  </a>
  <a href="https://github.com/Quenty/NevermoreEngine/actions">
    <img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/build.yml/badge.svg" alt="Build and release status" />
  </a>
</div>

A reactive library for Roblox that lets you program in the observable pattern

<div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/Rx">View docs →</a></div>

## Installation
```
npm install @quenty/rx --save
```

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