Are you satisfied with the current Angular+RxJS integration?

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
  • Angular

    Deliver web apps with confidence 🚀

  • There’s even a long discussion on GitHub where they basically concluded they don’t want to push RxJS too much into Angular structure. You can have a look here: https://github.com/angular/angular/issues/5689

  • rx-angular

    Reactive Extensions for Angular.

  • 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
  • neo-observable-input

  • Regarding input being observables. No, my inputs are not observables. They are declared as simple properties (aka arrays, objects, primitives - not observable) mainly for two reasons: 1) in the first version of the component they didn't need to be observables at all, so changing their type now has a very high refactoring cost and 2) from a semantic point of view, they should not be observable from the outside: you should be able to pass a simple static array\object (think about tests, for example). The observables are generated from the inputs with one of the many solutions (something like this).

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
  • IssueManager - A realtime kanban board made with Appwrite and Angular14

    5 projects | dev.to | 12 May 2022
  • Angular Signals, Reactive Context, and Dynamic Dependency Tracking

    1 project | dev.to | 24 Apr 2024
  • Episode 24/15: Wiz behind the curtain, Copilot in VSCode

    1 project | dev.to | 18 Apr 2024
  • Always unsubscribe. No exceptions. Debate closed.

    1 project | dev.to | 11 Apr 2024