Пропоную ознайомитись з цим тредом, щодо застосування Signal та Observables
https://x.com/BenLesh/status/1775207980268433632
#angulat #signal #rxjs #advanced
https://x.com/BenLesh/status/1775207980268433632
#angulat #signal #rxjs #advanced
X (formerly Twitter)
Ben Lesh (@BenLesh) on X
One of these things is not like the others:
Observables - Push N values.
Iterables - Pull N values.
AsyncIterable - Pull 1 then push 1, for N values.
Signals - Read 1 value. (Which, in the proper context sets up a node in a dependency graph that will notify…
Observables - Push N values.
Iterables - Pull N values.
AsyncIterable - Pull 1 then push 1, for N values.
Signals - Read 1 value. (Which, in the proper context sets up a node in a dependency graph that will notify…