Trigger requests across components
The example uses react as an example, but you can also use alova in vue3 and svelte, please read the Getting Started Guide for details;
example description
This example mainly uses the actionDelegationMiddleware
middleware to demonstrate the refresh of server-side data across any level of components without using global state management.