After successfully creating a loader for fetching data using the GET method, I encountered challenges when attempting to do the same with POST method. Is there a reliable way to implement a loader during the POST data process?
For GET method, I set the loader to be true
before fetching the data and then return it to false once the operation is complete. However, my attempts at replicating this process for POST method have been unsuccessful. Are there any examples available without having to rely on plugins or components? I am eager to create my own custom loader!