1.0.8 • Published 3 years ago

@vasta/rx v1.0.8

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
3 years ago

vastarx

A zero dependency, simple reactive state

Install

npm install @vasta/rx

Usage

import { VastaRX } from '@vasta/rx';

const id = VastaRX.getState('key', (value) => {
	console.log('Updated value:', value)
})

const newValue = 1
VastaRX.setState('key', newValue)

VastaRX.unListen(id)
1.0.8

3 years ago

1.0.7

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago