Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/panacloud/learn-typed-rxjs
- Owner: panacloud
- License: mit
- Created: 2015-09-11T10:22:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T17:51:50.000Z (almost 8 years ago)
- Last Synced: 2024-08-03T03:01:46.418Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.66 MB
- Stars: 45
- Watchers: 9
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ng2 - learn-typed-rxjs
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-typescriptFor Installation instructions:
https://github.com/ReactiveX/RxJSWe 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.htmlAlso 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