Giter Site home page Giter Site logo

Comments (3)

ianlnf avatar ianlnf commented on August 26, 2024

from angular-patterns-workshop.

allforabit avatar allforabit commented on August 26, 2024

RxAngular

Library to make Angular more reactive and remove the need for zone.js. For high performance applications this may be worth looking at. Would be a fairly advanced approach. Possibly gives a glimpse into how Angular might work once signals is added.

Introduction to RxJS in Angular

(Behind a paywall but can be visited in a private window)

RxJS in Angular: When To Subscribe? (Rarely)

  • Explains why you should async to subscribe to components
  • Guides you to avoid subscribing in services
  • Introduces a nice declarative pattern for when you need to manually subscribe in a component using takeUntil

RxJS: Don’t Unsubscribe

Related (and linked from previous article) encourages use of takeUntil to manage unsubscriptions

Angular Elements: Web Components with Standalone Components

Describes how to turn an Angular standalone component into a web component

Angular Component Dev Kit (CDK)

Low level unstyled accessible components that can be built upon to provide something similar to React Aria, Headless UI or Radix in React. Ant Design also offers Angular versions of their components: https://ng.ant.design/docs/introduce/en

Tailwind Angular

Angular components setup with tailwind

How to conditionally wrap a div around ng-content

Solution to an issue that may arise when working with Angular templates

Angular Standalone Components: Welcome to a World Without NgModule

An introduction to Angular standalone components by influential community member Netanel Basal

Adding Suspense to Angular! πŸ•΅οΈβ€β™‚οΈ

Again by Netanal Basal, some approaches to adding suspense to Angular (advanced topic)

Route-level code splitting in Angular

Good guide to code splitting on the route level in Angular

The introduction to Reactive Programming you've been missing

This is out of date but the concepts are still the same and is a good guide to getting into the reactive frame of mind

Deep Dive Into The RxJs switchMap Operator: How Does it Work?

Probably the most useful "advanced" operator in RxJS particularly in Angular

Comprehensive Guide to Higher-Order RxJs Mapping Operators: switchMap, mergeMap, concatMap (and exhaustMap)

Coverage of higher order operators beyond switchMap

Angular Signals Demo

Demo of a planned upcoming feature of Angular, signals by Sarah Drasner

RxJs Error Handling: Complete Practical Guide

Detailed guide on error handling in RxJS and how it maps to standard error handling in js

from angular-patterns-workshop.

ianlnf avatar ianlnf commented on August 26, 2024

from angular-patterns-workshop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.