@ablestack/rdg

A library to facilitate building and running graphs of Reactive Domain Objects - connecting JSON data sources to reactive client applications

Usage no npm install needed!

<script type="module">
  import ablestackRdg from 'https://cdn.skypack.dev/@ablestack/rdg';
</script>

README

@ablestack/rdg

Summary

This is a package from the reactive-domain-graphs. This library facilitates building and running graphs of Reactive Domain Objects. A primary use case is connecting GraphQL client libraries (such as ApolloGraphQL) with reactive client libraries (such as MobX). However, it can also be useful tool for connecting any source of JSON data reactive client applications.

This library does not exclusively support an Imperative or Reactive coding model. Rather, it acts a bridge from an Imperative programming model of stateful objects to a Reactive programming model of observables and data streams.

Instructions

See the associated reactive-domain-graphs github repo for usage and configuration information.