Which of the following is a core principle of the NgRx library?

  • Component-based Architecture
  • Observables
  • Two-way Data Binding
  • Unidirectional Data Flow
A core principle of the NgRx library is "Unidirectional Data Flow." It emphasizes that data flows in one direction through your application, making it easier to understand and reason about how data changes occur. This pattern helps manage state and side effects more predictably.
Add your answer
Loading...

Leave a comment

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