brunormferreira / rxjs-mastering

ambient to study reactive programming with RxJS

Home Page:https://rxjs.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxJS-mastering

  • Reactive programming with RxJS.

What is RxJS?

  • RxJS is a library for reactive programming using observables that makes it easier to compose asynchronous or callback-based code.

Table of Contents

Idea

  • The idea is make a RxJS ambient to study and test their features.

Editor configs

  • This project use .editorconfig and .prettierrc configurations.

Used technologies

TypeScript;
RxJS;
Webpack;
NPM.

Install packages

$ npm install

Choosing a file to run

  • Uncomment the import that you want to run inside /src folder on index.ts file;
  • Run the application to changes make effect.

Running project

$ npm start 

Notes folder

  • Some little and fast code examples to consult.

Mind map about RxJS

To do

1. Subscription [ok];
2. BehaviourSubject [ok];
3. Subjects [ok];
4. switchMap [ok];
5. more operators;
6. and more :D

Author

  • Bruno Ramires de Moraes Ferreira - GitHub

    Imagem do Autor Bruno Ramires

About

ambient to study reactive programming with RxJS

https://rxjs.dev/


Languages

Language:TypeScript 67.1%Language:JavaScript 23.7%Language:HTML 9.2%