What exactly do we mean by rendering in react js?

Viewed 40

Can somebody please take away my confusion about react rendering process? when we update the state and the browser re-paint the UI of the updated component. is that what we call rendering? or when the virtual dom informs the real DOM (browser dom) of the changes?

0 Answers
Related