0.3.0 • Published 10 months ago

openstate v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

OpenState - Modular Web Components

A modular framework for shared state-management between web components.

npm.io npm.io npm.io

Overview

See Demo

Design

npm.io

Metastate Values

  • present - True if the data exists in state
  • current - True if present and not expired
  • changed - True if the initial mutable is different than the current mutable
  • readable - Implementation specific
  • writable - Implementation specific
  • reading - True if a read is currently in process
  • writing - True if a write is currently in process
  • cached - True if the value exists in cache storage
  • expired - Implementation specific
  • valid - True if rejections is empty
  • invalid - Inverse of valid
  • failed - True if write was called and stopped because of invalid

API Reference

See docs/API.md

Contributing

See CONTRIBUTING.md

0.3.0

10 months ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.0.1

2 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago