iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Module: runtime/reactor

IQReactor - Reactive Data System

Summary

Observable data models for reactive UI updates with computed properties

Table of contents

Interfaces

Functions

Functions

IQReactor

IQReactor(dataObj): IQReactorOptions

Create a reactive data model with computed properties Based on the pattern from @iniquitybbs/core

See

https://www.monterail.com/blog/2016/how-to-build-a-reactive-engine-in-javascript-part-1-observable-objects

Parameters

Name Type
dataObj any

Returns

IQReactorOptions

Defined in

core/src/reactor.ts:33