Callbag JSX: React without the "magic"

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • callbag

    ๐Ÿ‘œ A standard for JS callbacks that enables lightweight observables and iterables

  • Short answer is no. You can seamlessly interface with anything that fulfills the callbag spec, which is a specification for functions. That said, you can easily convert callbags to observables and vice versa, so I don't think there will be much issue there.

  • callbag-jsx

    callbags + JSX: fast and tiny interactive web apps

  • To go even one step further: Callbag JSX is basically render JSX + callbag plugins. That is done by some simple rendering plugins, so you can easily integrate any interface, even objects not necessarily complying with the callbag protocol or Observable interface, to work, by writing similar plugins.

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

    Expressions based on callbags

  • On typing: callbag-expr is actually fully typed, and I have not yet encountered a situation where the type inference has became awkward (or even explicit, for that matter). In case it does need assistance in type inference, $ function accepts a type argument which can be used, though I have not yet encountered a situation where that is necessary (or don't recall it at least atm).

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