1.0.0-rc-3 • Published 4 months ago

awai v1.0.0-rc-3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

About

This library introduces a fresh approach to state management, where every event is a thennable (promise-like) with no terminal state.

Awai provides variety of tools helping with organizing asynchronous logic, handling race conditions, and prioritizes the extraction of business logic from the UI layer.

Installation

npm install awai

Documentation

  • Quick start
  • Architecture
  • Examples
  • Tools:
    • State - simple node which stores data
    • AsyncState - helps with storing data loaded asynchronously protecting against race conditions
    • Selector - combines multiple states into a single value. Handles async loading and protects against race conditions
    • Action - function wrapper which emits events; is helpful for controlling scenarios
    • Scenario - composable event listener which allows to declaratively write logic in a saga-like way using async functions
    • FamilyState - aggregator of multiple states of the same type; handles both sync and async states
    • Effect - runs callback on dependency states change and cleans up previous effects
  • Other

Integrations

1.0.0-rc-3

4 months ago

1.0.0-rc-2

4 months ago

1.0.0-rc-1

5 months ago

1.0.0-alpha-5

5 months ago

1.0.0-alpha-4

5 months ago

1.0.0-alpha-3

5 months ago

1.0.0-alpha-2

5 months ago

1.0.0-alpha-1

5 months ago

0.0.1-alpha-31

5 months ago

0.0.1-alpha-32

5 months ago

0.0.1-alpha-30

6 months ago

0.0.1-alpha-29

6 months ago

0.0.1-alpha-28

6 months ago

0.0.1-alpha-27

6 months ago

0.0.1-alpha-26

6 months ago

0.0.1-alpha-25

6 months ago

0.0.1-alpha-22

6 months ago

0.0.1-alpha-21

8 months ago

0.0.1-alpha-20

8 months ago

0.0.1-alpha-19

8 months ago

0.0.1-alpha-17

8 months ago

0.0.1-alpha-16

8 months ago

0.0.1-alpha-15

8 months ago

0.0.1-alpha-14

8 months ago

0.0.1-alpha-13

8 months ago

0.0.1-alpha-12

8 months ago

0.0.1-alpha-11

9 months ago

0.0.1-alpha-10

9 months ago

0.0.1-alpha-9

9 months ago

0.0.1-alpha-8

9 months ago

0.0.1-alpha-7

9 months ago

0.0.1-alpha-6

10 months ago

0.0.1-alpha-5

10 months ago

0.0.1-alpha-4

10 months ago

0.0.1-alpha-3

10 months ago

0.0.1-alpha-2

10 months ago

0.0.1-alpha-1

10 months ago

0.0.0

10 months ago