React is a JavaScript library for building user interfaces. It ships with several ways to minimize the number of costly DOM operations required to update the UI. Using React will lead to a fast user interface for many applications without doing much work to specifically optimize for performance. Re-rendering a component only

7m read timeFrom bhavika-tibrewal.hashnode.dev
Post cover image
Table of contents
Profiling the React app to understand where bottlenecks are1. Keeping component state local where necessary2. React. Lazy for Lazy Loading Components3. React.memo4. Windowing or list virtualization in React applications5. Lazy loading images in ReactConclusion:
7 Comments

Sort: