1.4.3 • Published 8 years ago

re-pubsub v1.4.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

re-pubsub

a pubsub data flow for react

using

import {bindDataToState,bindNext} from 're-pubsub'

@bindTopicToState('myTopic')
class ReactComponents extends Component {

    constructor(){
        super();

        this.state = {
          myTopic:'myData' //while publish data.The state will be like this
        }
    }
    ....
}

bindNext()('myTopic','myData')
1.4.3

8 years ago

1.4.2

8 years ago

1.3.2

8 years ago

1.2.1

8 years ago

1.0.1

8 years ago

0.0.1

8 years ago