@evo/rx

Library for composing asynchronous and event-based operations in JavaScript

Usage no npm install needed!

<script type="module">
  import evoRx from 'https://cdn.skypack.dev/@evo/rx';
</script>

README

Build Status GitHub version NPM version Downloads Bower NuGet Join the chat at https://gitter.im/Reactive-Extensions/RxJS

:warning: This fork was created for custom build for @evo. The main reason for creating custom build is reducing the bundle size. None code of the original sources was modified. All included methods for custom builds are stored in custom-builds folder.

Custom builds:

Deploy

Travis ci is configured to publish package on a new tag

npm run build:prom
// ... or your custom build
npm version patch|minor|major
git push origin master
git push origin <your tag>

NOTE: The latest version of RxJS can be found here