Relative Content

Tag Archive for reactjslazy-loading

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.