Skip to main content

A library used as a tutorial for a course on Reactive Programming

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
94%
Published
a day ago (0.0.4)

A TypeScript Reactive Programming Library

This project runs on deno.

To run the unit tests:

deno task test

This project

This project is a TypeScript library for reactive programming.

It has been developed as a tutorial for a course on Reactive Programming. This is not intended to be a production-ready library.

License

License: MIT

Add Package

deno add jsr:@micurs/rp-lib

Import symbol

import * as rp_lib from "@micurs/rp-lib";

---- OR ----

Import directly with a jsr specifier

import * as rp_lib from "jsr:@micurs/rp-lib";

Add Package

npx jsr add @micurs/rp-lib

Import symbol

import * as rp_lib from "@micurs/rp-lib";

Add Package

yarn dlx jsr add @micurs/rp-lib

Import symbol

import * as rp_lib from "@micurs/rp-lib";

Add Package

pnpm dlx jsr add @micurs/rp-lib

Import symbol

import * as rp_lib from "@micurs/rp-lib";

Add Package

bunx jsr add @micurs/rp-lib

Import symbol

import * as rp_lib from "@micurs/rp-lib";