jamesmacaulay / react-bacon

A little module for using React with Bacon.js
MIT License
118 stars 7 forks source link

Add subscribeTo method in order to track additional eventStreams #11

Open kryptt opened 9 years ago

kryptt commented 9 years ago

During a component's will mount event it is possible to subcribe to additional event streams that need to be cleaned on once the component unmounts. A method like (subscribeTo) allows for these types of situations to be considered.