Angular-Posts icon indicating copy to clipboard operation
Angular-Posts copied to clipboard

Comment on RxJs Video: What - What - When

Open hansschenker opened this issue 3 years ago • 0 comments

What - What - When: 1.What: the Data source/s (one or n Source Observables) 2.What: the Query Pipeline ( pipeable operators) 3.When: the Trigger (User action tracked by a Subject)

The What - What - When is the Redux Pattern in RxJs:

  • The User Action ( redux action)
  • triggers a Query Pipeline (redux reducers)
  • on 1/n Data sources (redux store)

Suggestion rename the "What-What-When" to RxJs Request Pipeline Request: because it is mainly in scenario of Http Requests Pipeline: use the pipe operator and devide the pipeline in sub queries Trigger: the user triggers the Request

hansschenker avatar Jun 17 '21 10:06 hansschenker