Best of AngularMay 2025

  1. 1
    Article
    Avatar of bytesdevBytes by ui.dev·52w

    Zod 4 validates my feelings

    Zod 4, a TypeScript-first schema validator, has launched with major improvements including 7x faster object parsing and a 2x smaller core bundle size. New features include metadata support and a Zod Mini sub-library for improved tree-shakability. Additionally, tools like Bit can help modernize legacy codebases, and browser updates like Firefox 139 support the Temporal API.

  2. 2
    Article
    Avatar of collectionsCollections·52w

    Stable and Focused: What's New in Angular v20

    Angular v20 focuses on stabilizing signal-based APIs like effect, linkedSignal, and signalToObservable while introducing major performance improvements through incremental hydration, enhanced server-side rendering, and zoneless change detection. The release adds TypeScript 5.8 support, a new form system, native Chrome DevTools debugging, and experimental Vitest support. Notable AI integration features include an llms.txt file and guidelines for building AI-enabled applications, positioning Angular for future AI-driven development workflows.

  3. 3
    Article
    Avatar of infoqInfoQ·1y

    RxJS Best Practices in Angular 16: Avoiding Subscription Pitfalls and Optimizing Streams

    The post discusses RxJS best practices in Angular 16, focusing on optimizing streams and avoiding subscription pitfalls. Key strategies include using AsyncPipe for template bindings to manage unsubscriptions, employing RxJS operators like switchMap and mergeMap for stream flattening, and adopting Angular signals for efficient state management. These practices ensure future-proof and maintainable code in upcoming Angular versions.