Merge pull request #638 from darksniper87/master

Update RxJS GitHub Repo url
This commit is contained in:
Gökay Gürcan 2019-10-09 13:52:59 +02:00 committed by GitHub
commit 15d15bca99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,7 +364,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
## Reactive Programming
*Reactive programming libraries to extend JavaScripts capabilities.*
* [RxJs](https://github.com/Reactive-Extensions/RxJS) - The Reactive Extensions for JavaScript.
* [RxJS](https://github.com/ReactiveX/rxjs) - A reactive programming library for JavaScript.
* [Bacon](https://github.com/baconjs/bacon.js) - FRP (functional reactive programming) library for JavaScript.
* [Kefir](https://github.com/pozadi/kefir) - FRP library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory consumption.
* [Highland](http://highlandjs.org/) - Re-thinking the JavaScript utility belt, Highland manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.