This package has been deprecated

Author message:

forever

react-mixin-q

0.0.3 • Public • Published

For the moment it's a primitive mixin which allows you to queue and unqueue objects. For example to keep pending messages in a chat.

import q from "react-mixin-q"
const App = React.createClass({
  mixins:[ q ],
  ...
)}

The queue is array at this.q.

Usage:

this.q.add( el );
this.q.del( el );

Readme

Keywords

Package Sidebar

Install

npm i react-mixin-q

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • droganov