erhise / rxjs-advent-2018

RxJS 2018 Advent Calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2018 RxJS Advent Calendar

This is the first annual RxJS Advent Calendar with 25 lessons on using RxJS. All advent entries are written in TypeScript and can be run via in Node.js using npx and ts-node. Follow along online at my Twitch Channel, BluerThanBlueFalcon!

Daily Entries

To run each entry, simply using ts-node such as the following:

npx ts-node 01/index.ts
  1. Creating An Observable
  2. Sequences over time
  3. Creating Observables the easy way!
  4. Creating delayed and polling operations
  5. Converting to Observables
  6. Converting Events to Observables
  7. Pipe Dreams
  8. Mapping and Filtering
  9. Reducing and Scanning
  10. Starting with data, ending with data, and defaulting if empty
  11. On the Subject of Subjects
  12. Implementing Redux with RxJS
  13. Combining Sequences Part 1
  14. Combining Sequences Part Deux

License

MIT License

Copyright (c) 2018 Matthew Podwysocki

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

RxJS 2018 Advent Calendar

License:MIT License


Languages

Language:TypeScript 100.0%