1.0.8 • Published 5 years ago

@vasta/rx v1.0.8

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.3

5 years ago

1.0.0

5 years ago