Log and test RxJS observables with 1log

This page summarizes the projects mentioned and recommended in the original post on dev.to
Log

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
  • 1log

    An unopinionated JS/TS logging framework

  • The core library has a bunch of features that you can read about in its GitHub readme: it provides plugins similar to observablePlugin, but for functions, promises and iterables; it also supports severity levels, optimized production builds and usage in libraries. What I'd like to do here though is talk about a plugin included in the core called badgePlugin, and at the same time give you another, slightly more complex example of using 1log.

  • 1log-rxjs

    Discontinued 1log plugin for logging RxJS observables

  • So I came up with 1log. Let's jump straight to a basic code snippet and take a look at the log messages that it produces:

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