- Reactive programming with RxJS.
- RxJS is a library for reactive programming using observables that makes it easier to compose asynchronous or callback-based code.
- Idea
- Editor Configs
- Used Technologies
- Install Packages
- Choosing a File to Run
- Running Project
- Notes folder
- Mind map about RxJS
- To do
- Author
- The idea is make a RxJS ambient to study and test their features.
- This project use
.editorconfig
and.prettierrc
configurations.
TypeScript;
RxJS;
Webpack;
NPM.
$ npm install
- Uncomment the import that you want to run inside
/src
folder onindex.ts
file; - Run the application to changes make effect.
$ npm start
- Some little and fast code examples to consult.
1. Subscription [ok];
2. BehaviourSubject [ok];
3. Subjects [ok];
4. switchMap [ok];
5. more operators;
6. and more :D
-
Bruno Ramires de Moraes Ferreira - GitHub