Skip to main content

(react)Silent submit - Notebook

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

A simple list implemented using the silent submission strategy, which responds immediately after submission, greatly reduces the impact of network fluctuations, allowing your application to remain very smooth even when the network is unstable or even disconnected.

Operation guidance:

  1. Add, edit, and delete notes, 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