Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/panacloud/learn-typed-rxjs

Learn Reactive Programming with RxJS 5 and TypeScript in Baby Steps
https://github.com/panacloud/learn-typed-rxjs

Last synced: 3 days ago
JSON representation

Learn Reactive Programming with RxJS 5 and TypeScript in Baby Steps

Awesome Lists containing this project

README

        

# Learn Reactive Programming with RxJS 5 and TypeScript
Learn [RxJS 5](https://github.com/ReactiveX/RxJS) using [TypeScript](https://github.com/panacloud/learn-typescript) in Baby Steps.

Get started by Watching these videos:

https://egghead.io/lessons/rxjs-reactive-programming-what-is-rxjs

https://channel9.msdn.com/Shows/codechat/050

Prerequsite:
https://github.com/panacloud/learn-typescript

For Installation instructions:
https://github.com/ReactiveX/RxJS

We will learn the theory from this book:
http://www.amazon.com/Reactive-Programming-RxJS-Asynchronous-JavaScript-ebook/dp/B01ATYZTI4/

RxJS 5 Documentation:
http://reactivex.io/rxjs/manual/overview.html

Also Read:
"Take what you need, learn about it, use it and move on. Don’t worry to understand everything at once (it’s overwhelming, I promise!)"

http://juristr.com/blog/2016/06/rxjs-1st-steps-subject/

Operators by Example:

https://gist.github.com/btroncone/d6cf141d6f2c00dc6b35