In this Video you will learn how to use the combineLatest and combineLatestWith Operator with RxJS.
The example is written with the Angular Framework. We create a table to show the data of the backend. Whenever the user inserts a new Item we will refetch the entries of the table. This is a very common and often used approach in regular application.
Have fun.
Music of: https://pixabay.com/de/users/coma-med...
00:00 Intro
00:22 Introducing the Mock-Database
00:51 Fetch data and setup table
02:01 Add the player form
04:04 Add combineLatest() to retrigger stream
06:22 Refactor the code
08:29 Create own RxJS-Operator to update the stream
10:47 Final result in the browser