Component retendering

Dear all,
First of all, thank you very much for the wonderful course it made me understand a lot of concepts.
I have an application screen as below and mainly there are 4 sections of components presently, if anything changes the whole screen re-renders again.

I am looking for any possible suggestions for optimizing the performance, especially how I can stop rerendering the whole page.

Thanks in advance
BHarat

if you’r using useState for manage the form. thats default behaviour when the state change then it would make re-rendering. for this case in my opinion, you should try to use form state management like react hook form