In react.js, is it better to store a timeout reference as an instance variable (this.timeout) or a state variable (this.state.timeout)?In react.js, is it better to store a timeout re
In react.js, is it better to store a timeout reference as an instance variable (this.timeout) or a state variable (this.state.timeout)?In react.js, is it better to store a timeout re