0.9.0 • Published 9 years ago

b-o-a v0.9.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

b-o-a

b-o-a is a simple framework.

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 b-o-a

Handlers

Search all handlers

Libraries

Examples

Badges

Circle CI

License

Source Code

MIT (@bouzuya)

Logo

MIT (@haskrock)

Author

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

0.9.0

9 years ago

0.8.0

9 years ago

0.7.0

9 years ago

0.6.2

9 years ago

0.6.0

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago