📄️ Overview
Alova has high scalability. In addition to providing common features such as core caching mechanism, request sharing mechanism, and state management, it also provides various customization functions and middleware mechanisms, which can adapt to different js environments and customize requests. Strategy.
📄️ Custom Request Adapter
Remember how to create an Alova instance?
📄️ Custom Storage Adapter
Alova involves multiple functions that require data persistence, such as persistent cache, silent submission, and offline submission. By default, alova will use localStorage to store persistent data, but considering the non-browser environment, it also supports customization.
📄️ Custom States Hook
Remember how to create an Alova instance?