8000 GitHub - arlair/hareactive: Pure FRP library for the web.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arlair/hareactive

 
 

Repository files navigation

Hareactive

A pure FRP library for JavaScript with the following features/goals:

  • Precise semantics similar to classic FRP
  • Support for continuous time
  • Splendid performance
  • Monad IO

Build Status codecov

Contributing

npm install

Run tests

npm test

Benchmark

First you will have to get set up to running the benchmarks:

npm run build
./benchmark/prepare-benchmarks.sh

To run a single benchmark:

node benchmark/<name-of-benchmark>

Example:

node benchmark/scan.suite

To run all benchmarks:

npm run bench

About

Pure FRP library for the web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.3%
  • JavaScript 17.4%
  • Shell 0.3%
0