▲ | atum47 2 months ago | |
Since the user decides what happens when the state gets updated its up to them to address that. For me, I usually avoid re-renders when possible, I rather update the property associated with the state. Have you faced any scenarios where that's needed? I'm curious. |