Lazy Loading
Enhancing Your React App Performance with Lazy Loading and Code-Splitting
Maximize Speed and Efficiency in Your React Projects
react-performance-optimizationlazy-loadingcode-splitting
Embracing Asynchronicity with React Suspense
reactreact-suspenselazy-loading
React Infinite Scrolling and Lazy Loading
Infinite Scrolling — Infinite scrolling is a concept used by many sites to enhance user experience and performance. In infinite scrolling, the sites load with some data and as the user keeps on scrolling, more and more data gets loaded. This concept saves time since data is loaded in parts and enhance performance as all the components need not be rendered all at once.
reactjavascriptinfinite-scrolling