Skip to content

Latest commit

 

History

History
101 lines (54 loc) · 4.26 KB

File metadata and controls

101 lines (54 loc) · 4.26 KB

Reactive Programming

RxJS Documentation

Angular Signals Documentation

Rx.NET

Proposal for ECMAScript Observable

RxJS Terms and Syntax

StackBlitz

RxJS Documentation

"RxJS in Angular: Terms, Tips and Patterns" - YouTube video

Demo Code (StackBlitz)

RxJS Operators

RxJS Documentation

"RxJS in Angular: Terms, Tips and Patterns" - YouTube video

Demo Code (StackBlitz)

Retrieving Data with HTTP and Observables

Sample Project Code (GitHub)

Sample Project Code (StackBlitz)

"Gentle Introduction to Git/GitHub" - YouTube course

"Understanding communicating with backend services using HTTP" - Angular documentation

"RxJS Mapping: Mapping Retrieved Data" - YouTube video

"Simplify with Angular Standalone Components" - YouTube video

Handling HTTP Errors with Observables

Sample Project Code (GitHub)

"HTTP client - Handle request errors" - Angular documentation

"Error Handling with Observables" - YouTube video

Getting Related Data: switchMap, concatMap and mergeMap

Demo code (StackBlitz)

Sample Project Code (GitHub)

"Higher-order Observables" - RxJS documentation

"Why You Shouldn’t Nest Subscribes" - Medium article

"switchMap vs concatMap vs mergeMap … Oh My!" - YouTube video

"RxJS in Angular: Terms, Tips, and Patterns" - YouTube video (This time code links to using an array of ids to retrieve data)

Using a Declarative Approach

Sample Project Code (GitHub)

"Observables in Angular: Async pipe" - Angular documentation

"shareReplay" - RxJS documentation

"Declarative Pattern for Getting Data from an Observable" - YouTube video

Reacting to Actions: Subject and BehaviorSubject

Sample Project Code (GitHub)

"Subject" - RxJS Documentation

"BehaviorSubject" - RxJS Documentation

"combineLatest" - RxJS Documentation

"4 Wicked Pipelines for RxJS in Angular" - YouTube video

Introduction to Angular Signals

Demo code (StackBlitz)

"Signals in Angular – How to Write More Reactive Code" - freeCodeCamp article

"Angular Signals: What? Why? and How?" - YouTube video

Using Signals to Build a Shopping Cart Feature

Sample Project Code (GitHub)

"Manage State with Angular Signals" - YouTube video

RxJS and Angular Signals: Better Together

Sample Project Code (GitHub)

Code from the Slides (StackBlitz)

"Unlocking the Power of Angular Signals + RxJS" - YouTube video