How to handle errors REACTIVELY with the async pipe

This page summarizes the projects mentioned and recommended in the original post on /r/Angular2

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • rx-angular

    Reactive Extensions for Angular.

  • There is another reason not to use async pipes. If you provide 'noop' zone, async pipes will stop working. In my experience it's better to start without zones if you know that performance might be a problem in the future. Working without zones has more benefits https://github.com/rx-angular/rx-angular/blob/main/docs/general/zone/why-zone-less.md Here is the list.

  • pushpipe-vs-asyncpipe

  • Here's a test: https://github.com/blidblid/pushpipe-vs-asyncpipe.Even with 50.000 parent bindings, which is absurdly large, AyncPipe is 5x faster than PushPipe.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • angular-movies-perf

  • In my opinion it really depends on your app. If it's big and complicated and there are some runtime execution performance problems, probably you want to go without ngzones and async pipes. There is a repo https://github.com/BioPhoton/angular-movies-perf where you'll find a lot of performance tips.

  • async-error-handling

  • I've pushed an example that includes this: https://github.com/joshuamorony/async-error-handling/blob/main/src/app/shared/data-access/user/user.service.ts

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A sweet spot between signals and observables 🍬

    2 projects | dev.to | 18 Aug 2023
  • Are you satisfied with the current Angular+RxJS integration?

    3 projects | /r/Angular2 | 18 Sep 2022
  • [Beginner] Understanding how angular updates my app

    1 project | /r/Angular2 | 14 Jul 2022
  • New to Angular and OOP, but got first job in Angular, what key concepts to focus on picking up?

    1 project | /r/Angular2 | 3 Jul 2023
  • Web Performance Snippets

    1 project | news.ycombinator.com | 27 May 2023