Skip to content
/ signal Public

Alwatr Signal: A powerful event system for managing global signals and states, based on the observable design pattern.

License

Notifications You must be signed in to change notification settings

Alwatr/signal

Repository files navigation

Alwatr Signal

Introduction

Elegant powerful event system for handle global signals and states base on observable design pattern, written in tiny TypeScript module.

Every signal has own value and can be used as a advance state management like redux and recoil without the complexities and unnecessary facilities of those libraries.

Contains the following packages:

  1. Finite-state machines (FSM): Managing invocations finite-state machines base on observable signal pattern.
  2. Server Context: Elegant powerful server-context manager base on alwatr signal.
  3. Signal: Elegant powerful event system for handle global signals and states.

Installation

npm install @alwatr/module-name

Usage

Follow each package's README for usage instructions.

License

MIT

About

Alwatr Signal: A powerful event system for managing global signals and states, based on the observable design pattern.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published