Skip to main content

(svelte)Silent Submit - Settings Page

The example uses svelte as an example, but you can also use alova in react and vue, please read the Getting Started Guide for details;

example description

Use the silent submission strategy, submit and respond immediately, greatly reducing the impact of network fluctuations, so that your application is still very smooth even when the network is unstable or even disconnected.

Operation guidance:

  1. Operate the setting item, it will generate feedback immediately without waiting for the server to respond;
  2. Switch the request mode and network status to experience the difference between them;

Silent submit strategy document