Skip to content

danielstern/rxjs-operators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rxjs-operators

A collection of simple examples for RxJS operators

About

This is intended to accompony the Udemy Course RxJS Operators (2018, Code Whisperer Enterprises), found here https://www.udemy.com/rxjs-operators, however it can be useful for all learners.

Getting Started

After cloning the repository, install dependencies with npm install. Install babel-cli globablly with npm install -g babel-cli

Structure

This project contains one directory for each RxJS operator that this course covers. Each directory usually contains just a single file, index.js. To run this file, and test the demo implementation of the operator, just type babel-node [operatorName]

How To Use

Ideally, you are watching the related Udemy course and writing each of these files along with me as I explain them. In that case, this is just a backup in case you get stuck. Otherwise, you can review the various files in any way you like, and run any of them to get a better idea of how operators work in action.

About

A collection of simple examples for RxJS operators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published