Questa è la tua azienda?
How can I stop re-rendering in React everytime state gets updated.
Anonimo
There is component life cycle called should component Update, by default it is set to true you need to set it to false in order to stop re renderning.
You can also use useCallback/useMemo to avoid re-rendering. Depend on the requirement.
Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.
Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.