Alex Rickabaugh

@synalx.bsky.social

Hypothetically, if I were to start doing streams where I talk, code, experiment around Angular, frontend development, web technologies, etc... What would people want to hear about?

We just hit a milestone in our exploration of signal-based forms in Angular - our prototype is now merged into the main repository. This opens the door for some important next steps like compiler integration & interop w/ existing forms.

Angular v19 ships with the two new reactive APIs: linkedSignal and resource. On the surface those might seem like unrelated APIs. The truth is that both come from the same line of thinking: derive state without effects. Both linkedSignal and resource can be seen as specialized "computed".