Re-rendering in react
what actually happens when the react re-render?let’s start from the lifecycle of a react component , life cycle refers to the various stages, through which the a component in react goes,there are three major stages through which react component goes
...