Combining Suspense fallback and loading fallback in React
I have a component in React and I have created a skeleton for this component. This component also makes an api call to get data which is to be shown in this component. I have lazy loaded the component and provided skeleton as fallback. I also want to show the skeleton while the api call is in progress.
Lazy load page components vs ES6 Imports
I m working on a project we are using lazy loading in route level in APP.