'React rendering everytime state changes

That is the way react works right?, is it bad on large scale application? When would I want it not to render on every state change, and how is it done?

(Using function components)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source