Data Prefetch
The example uses vue3 as an example, but you can also use alova in react and svelte. For details, please read the Getting Started Guide;
example description
Data pre-fetching is a way to predict user operation behavior to achieve a strategy of displaying content to users faster.
Operation guide:
- Move the mouse to any list item and stay there for 0.2 seconds, a request for detailed data will be sent on the bottom panel;
- Click to open this list item, you can see the detailed data immediately;