3.2.1 • Published 15 hours ago

@joist/observable v3.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
15 hours ago

Observable

Adds the ability to monitor class properties (static and instance) for changes

Installation:

npm i @joist/observable
import { observe, effect } from '@joist/observable';

class AppState {
  @observe accessor todos: string[] = [];
  @observe accessor userName?: string;

  @effect onChange(changes: Set<string | symbol>) {
    console.log(changes);
  }
}

const state = new AppState();

state.todos = [...state.todos, 'Build Shit'];
state.userName = 'Danny Blue'
3.2.1

15 hours ago

3.2.0

15 hours ago

3.1.2

2 months ago

3.1.1

2 months ago

3.1.0

2 months ago

3.0.8-next.0

3 months ago

3.0.8-next.1

3 months ago

3.0.0-next.19

11 months ago

3.0.0-next.18

11 months ago

3.0.4

6 months ago

3.0.7

6 months ago

3.0.6

8 months ago

3.0.0

8 months ago

3.0.0-rc.2

11 months ago

3.0.0-rc.1

11 months ago

3.0.0-next.20

11 months ago

3.0.0-next.11

12 months ago

3.0.0-next.10

12 months ago

3.0.0-next.13

12 months ago

3.0.0-next.12

12 months ago

3.0.0-next.2

12 months ago

3.0.0-next.1

12 months ago

3.0.0-next.4

12 months ago

3.0.0-next.3

12 months ago

3.0.0-next.15

12 months ago

3.0.0-next.14

12 months ago

3.0.0-next.16

12 months ago

3.0.0-next.9

12 months ago

3.0.0-next.6

12 months ago

3.0.0-next.5

12 months ago

3.0.0-next.8

12 months ago

3.0.0-next.7

12 months ago

3.0.0-2

12 months ago

2.0.1

2 years ago

2.0.0

2 years ago

2.0.0-beta.11

2 years ago

2.0.0-beta.13

2 years ago

2.0.0-beta.12

2 years ago

2.0.0-alpha.20

2 years ago

2.0.0-alpha.11

2 years ago

2.0.0-alpha.19

2 years ago

2.0.0-alpha.18

2 years ago

2.0.0-alpha.17

2 years ago

2.0.0-alpha.16

2 years ago

2.0.0-alpha.15

2 years ago

2.0.0-alpha.14

2 years ago

2.0.0-alpha.13

2 years ago

2.0.0-alpha.12

2 years ago

2.0.0-y.0

2 years ago

2.0.0-beta.4

2 years ago

2.0.0-beta.2

2 years ago

2.0.0-beta.1

2 years ago

2.0.0-beta.3

2 years ago

2.0.0-beta.0

2 years ago

2.0.0-alpha.5

2 years ago

2.0.0-alpha.4

2 years ago

2.0.0-alpha.3

2 years ago

2.0.0-alpha.2

2 years ago

2.0.0-alpha.1

2 years ago

2.0.0-alpha.0

2 years ago

2.0.0-next.10

2 years ago

2.0.0-canary.0

2 years ago

2.0.0-next.9

2 years ago

2.0.0-next.8

2 years ago

2.0.0-next.7

2 years ago

2.0.0-next.6

2 years ago

2.0.0-next.5

2 years ago

2.0.0-next.4

2 years ago

2.0.0-next.3

2 years ago

2.0.0-next.2

2 years ago