Lelelo1 / rns-reactify

0 stars 0 forks source link

Move updatingListeners implementation currently in componentDidMount/componentWillUnmount to updateListeners method #10

Open Lelelo1 opened 5 years ago

Lelelo1 commented 5 years ago

Move updatingListeners implementation currently in componentDidMount/componentWillUnmount to updateListeners method.

For instance Slider should use updateListeners instead of what's currently in componenDidMount/componentDidUpdate.