Alex Rickabaugh
synalx.bsky.social
Alex Rickabaugh
@synalx.bsky.social
I'm one of them!

This has been a consistent pain point in my own personal apps. In one of them I've been experimenting for a few months with a snapshot of the code, using Cursor to port some of my existing forms over. Even in its incomplete state, it's so clean. I can't wait!
August 29, 2025 at 6:59 PM
Sounds like signals...
December 15, 2024 at 11:39 AM
💔
December 13, 2024 at 4:34 PM
This is cool :D

FYI streaming is coming soon to the `resource()` and `rxResource()` APIs!
December 11, 2024 at 12:23 AM
Ah gotcha! Basically zoneless is _possible_ with async pipe, CDR, etc. but the best experience will be with signals because it's automatic.
November 16, 2024 at 9:37 AM
Zoneless just means components don't get checked automatically. They have to tell Angular that they require checking - via signals, async pipe, ChangeDetectorRef.markForCheck.

Angular knows to check components when their inputs change, too, regardless of whether they're signal inputs.
November 16, 2024 at 9:25 AM
Very nice! Testing implementations of `Resource` are something we want to explore for sure.
November 16, 2024 at 9:23 AM
I look forward to reading it!
November 16, 2024 at 5:47 AM
Zoneless doesn't require signals.

Any OnPush compatible app can be made zoneless without needing to use a single signal :)
November 16, 2024 at 5:10 AM
Your wish is my design requirement
November 13, 2024 at 6:36 AM
I feel cleaner already.
November 9, 2024 at 2:27 PM
Mainly I've been busy prepping/presenting at ng-poland! I finally made it over though.
November 9, 2024 at 12:48 PM