This package has been deprecated

Author message:

use boa-core

boajs-core
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

boajs-core

The core library for b-o-a.

Concepts

  • uni-directional
  • single dispatcher
  • action cycle

Types

  • type O<T> = Observable<T>;
  • type A<T> = { type: string; data?: T; };
  • type HandlerOptions = { re: (action: A<any>) => void; };
  • type Handler = (action$: O<A<any>>, options?: HandlerOptions) => O<A<any>>;
  • type run = (app: Handler) => void;

Installation

$ npm install boajs-core

Badges

Circle CI

License

Source Code

MIT (@bouzuya)

Logo

MIT (@haskrock)

Author

bouzuya <m@bouzuya.net> (http://bouzuya.net)

Readme

Keywords

none

Package Sidebar

Install

npm i boajs-core

Weekly Downloads

0

Version

0.5.0

License

MIT

Last publish

Collaborators

  • bouzuya