Optimized production grade apps that have decent bundle size and have
1. Code Splitting: Implementing code splitting to break down the application into smaller chunks, thereby loading only the necessary code initially and improving the initial page load time.
2. Memoization: Utilizing React.memo or other memoization techniques to prevent unnecessary re-renders of components and optimize the rendering process.