5.0.0 • Published 7 years ago

zine v5.0.0

Weekly downloads
12
License
MIT
Repository
github
Last release
7 years ago

zine

zine is a simple and tiny publisher/subscriber system for building reactive applications. See also react-zine, for using zine to build reactive user interfaces.

Installation

To install (using npm):

npm install zine --save

Importing

import {publish, subscribe, issue, unsubscribe, unsubscribeAll, publishable} from 'zine';

Usage

See the API Docs for basic usage information. A tutorial is coming soon.

Recent changes

Version 5.0

The React-specific behavior (previously in zine/Connect) has been factored out into a new package react-zine.

License

MIT

5.0.0

7 years ago

4.0.0

8 years ago

3.0.0

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.0.1-security

9 years ago

0.0.0

9 years ago