Innei / state-tracker

Track the getter action of wrapped object and provide ability to relink when upstream object's value changed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

state-tracker

Introduction

A fast, intuitive, access path based reactive react state management

Usage

import { produce, Reaction } from 'state-tracker'

const data = {

}

About

Track the getter action of wrapped object and provide ability to relink when upstream object's value changed

License:MIT License


Languages

Language:TypeScript 92.3%Language:JavaScript 6.3%Language:CSS 1.3%