In NgRx, what would you use to handle side effects like API calls?

  • Actions
  • Effects
  • Reducers
  • Selectors
In NgRx, the "Effects" library is used to handle side effects like API calls. Effects are a way to interact with external sources such as APIs and perform asynchronous operations while maintaining the purity of reducers.
Add your answer
Loading...

Leave a comment

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