Posts

Showing posts from November, 2018

React: Each state change calls render function

Below is a codepen which demonstrates the behaviour in react where each change to state by calling setState function calls the render function. https://codepen.io/arthanari/pen/wQEjzK/