react-bacon
react-bacon copied to clipboard
Add subscribeTo method in order to track additional eventStreams
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.