DEV Community

Discussion on: Don't be too dependent on useState, useRef is there for you

Collapse
 
sakethkowtha profile image
sakethk • Edited

Re-rendering will happen once we update the state. Even if we use single state object or multiple state variables it will be same. I guess it wont help 🤔