I was working on a react project and wondering why a component is re-rendering and saw-
As per my knowledge react component re-rendering is fine but they shoudnt update on UI? am i right?
And when this profiler says rendered because parent rendered that means that the component will be re-rednered and will not be updated?