Remix.run Logo
jonkoops 3 hours ago

I believe Signals are the go-to now, but surely RxJS is still present for complex use cases. Are Zones fully gone?

vyrotek 3 hours ago | parent | next [-]

As of v21, zoneless is the default

https://angular.love/angular-21-whats-new

jonkoops 2 hours ago | parent [-]

Nice

andriy_koval 3 hours ago | parent | prev [-]

Now we have promises, observables and signals.

I would be more happy if it would be just one of those..

halflife an hour ago | parent [-]

Each one of these solves a different problem.

Promised - async

Observables - streams

Signals - reactivity