React uses many techniques internally to minimize the number of DOM operations that are required to update UI. However any application, whether developed in React or any other front-end framework, it’s performance will degrade eventually.
Full article