Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rreusser/controls-state

⚙️ An object for managing state
https://github.com/rreusser/controls-state

Last synced: about 2 months ago
JSON representation

⚙️ An object for managing state

Awesome Lists containing this project

README

        

# controls-state

> An object for managing state

## Installation

```
npm install -S controls-state
```

## Introduction

Created to start addressing the challenges and common patterns observed in similar projects like [control-panel](https://www.npmjs.com/package/control-panel) and [dat.gui](https://github.com/dataarts/dat.gui). Heavily inspired by the proxy-based interface [proposed by Matt DesLauriers](https://twitter.com/mattdesl/status/1018541276340187136)—exept with out actual proxies for the sake of compatibility.

## See also

- [controls-gui](https://github.com/rreusser/controls-gui)

## License

© 2019 Ricky Reusser. MIT License.