Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.52 KB

File metadata and controls

26 lines (17 loc) · 1.52 KB

interoperability Rxjs and Signal

Author: Thomas Laforge

Information

In this challenge, we have a small reactive application using RxJS and NgRx/Component-Store.

The goal of this challenge is to use the new Signal API introduced in Angular v16. However, we should not convert everything. Certain portions of the code are better suited for RxJS rather than Signal. It is up to you to determine the threshold and observe how Signal and RxJS coexist, as well as how the interoperability is achieved in Angular.

Submitting your work

  1. Fork the project
  2. clone it
  3. npm ci
  4. npx nx serve interop-rxjs-signal
  5. ...work on it
  6. Commit your work
  7. Submit a PR with a title beginning with Answer:30 that I will review and other dev can review.

interop-rxjs-signal interop-rxjs-signal solution author

You can ask any question on twitter