In the context of NgRx, when an action is dispatched, it is processed by a ________ to produce a new state.

  • Effect
  • Middleware
  • Reducer
  • Selector
In the context of NgRx, when an action is dispatched, it is processed by a "Reducer" to produce a new state. Reducers are pure functions that specify how the state should change based on the action type and payload.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *