Home >Web Front-end >JS Tutorial >The best of Angular: a collection of my favorite resources of 4
This curated list highlights the top Angular articles from 2024, perfect for boosting your Angular skills or exploring the latest advancements. Dive into these insightful resources to stay ahead of the curve.
Manfred Steyer's six-part series provides a comprehensive understanding of Angular Signals:
Matthieu Riegler's post addresses the challenges of using @Input
setters and demonstrates how input()
signals and effect()
offer a more robust solution.
Enea Jahollari's tutorial covers:
rxResource
for data managementNetanel Basal explains the new @let
syntax, showing how it simplifies local variable declarations within templates.
Davide Passafaro's article explores Angular 18's unified control state change events in Reactive Forms, covering fundamentals, validation, and leveraging the new Observable<controlevent>
property for tracking form state changes.
Kristiyan Velkov's guide explains the linkedSignal
function in Angular 19, highlighting its similarities to signal
and computed
, and demonstrating its practical applications.
Kevin Kreuzer shares insights from refactoring a large codebase using Signals and new Angular APIs, focusing on standalone components, Signals for reactivity, and best practices.
Armen Vardanyan's article explores Angular Interceptors, covering URL manipulation, request contexts, state injection, and error handling.
Tim Deschryver introduces Signal Forms, a work-in-progress project built on ngModel
, offering a reactive forms-like API using signals instead of RxJS.
Rainer Hahnekamp compares computed Signals and effects, explaining their use cases and strategies for managing asynchronous operations to prevent timing issues.
Robin Goetz explores TanStack Query, explaining server state management challenges and how TanStack Query solves them. The article includes examples of queries, mutations, and client-side invalidation.
Moe Mollaie discusses real-time application requirements, comparing different solutions and demonstrating a real-time chat app using Angular and Firebase.
Evgeniy Tuboltsev (OZ) provides recommendations for creating reusable, maintainable, and scalable Angular applications, covering pure functions, state management, composition, and more.
Manfred Steyer showcases an architecture using Nx plugins to derive library configurations based on conventions, simplifying library creation.
Mark Thompson and Charles Lyding explain how TypeScript's isolatedModules
feature in Angular 18.2 can improve build times.
Igor Pak provides use cases comparing Signals and RxJS, highlighting their strengths and weaknesses in different scenarios.
Tomas Trajan outlines common Angular architecture mistakes, such as handling eager vs. lazy loading, DRY vs. ISOLATION, and utilizing appropriate tooling.
Gergely Szerovay, a seasoned frontend tech lead specializing in Angular, shares his expertise through the Angular Addicts newsletter and AIBoosted.dev, focusing on AI-assisted software development. He invites contributions and collaboration in the Angular community.
The above is the detailed content of The best of Angular: a collection of my favorite resources of 4. For more information, please follow other related articles on the PHP Chinese website!