1.2.4 • Published 6 years ago

@giveback007/proxy-state v1.2.4

Weekly downloads
15
License
ISC
Repository
github
Last release
6 years ago

"My application is too small to use redux && I'm ok on mutating state"

A simple state management library using ES6 proxies. Its as easy as assigning a value to the object, even deeply nested properties.

Creates an object that fires off the subscriptions on any changes made to the object.

obj.state.addAProp = {}; // This will trigger

...

obj.state.addAProp.nestMe = { a: 6 }; // This will trigger

...

obj.state.addAProp.nestMe.a = 7 // This will trigger

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago