React+Antd Mobile project
problem description
when you want to jump to a page (for example, homepage -> page A ),
where page An is a list page, you need to request data from the backend API, which takes about 1 minute or 2 seconds to wait.
there can be a progress bar animated at the top,
the page content is blank when loading is in progress,
Page An is displayed only after the list data in page A has been obtained.
similar to the following effect:
is there a mature plug-in or a suitable solution?