Class to help log memory at snapshot and during garbage collection
 
Go to file
David Kebler a404a8c98b 0.1.6 2020-08-01 09:12:27 -07:00
examples working memory tracking utility 2020-08-01 07:54:34 -07:00
src working memory tracking utility 2020-08-01 07:54:34 -07:00
.eslintrc.js working memory tracking utility 2020-08-01 07:54:34 -07:00
.gitignore working memory tracking utility 2020-08-01 07:54:34 -07:00
.npmignore working memory tracking utility 2020-08-01 07:54:34 -07:00
nodemon.json working memory tracking utility 2020-08-01 07:54:34 -07:00
package.json 0.1.6 2020-08-01 09:12:27 -07:00
readme.md working memory tracking utility 2020-08-01 07:54:34 -07:00

readme.md

uCOMmandIt Reactive Class

A Great Class to Extend! It has built in support to make reactive any/all class properties and their nested leaves.

Why?

To have reactivity similar to vue and react but in any backend object? This allow a backend app to maintain app settings and allow "clients" to get updated values when the app changes state. Essentially will create a 'mini' state event bus.

Features

Will both emit and allow subscriptions to any property 'path' that has been made reactive.

Allows custom registration of unlimited state change event hooks.

Allows additional rxjs operators for the pipe the observer for each property.

See Examples folder