ageldama / rxjs-robust-stream

rxjs6 example: protecting completed rxjs observable by errors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rxjs-robust-stream: example project for rxjs6, prettier, babel and webpack

Protect error producing Observable/Subject within nested flatMap/switchmap. (See src/index.js)

Project Configs

  1. webpack: index.html generation
  2. webpack: devserver
  3. webpack: babel
  4. prettier
  5. eslint
  6. prettier-aware eslint config

About

rxjs6 example: protecting completed rxjs observable by errors


Languages

Language:JavaScript 86.4%Language:HTML 13.6%