Hi team,
How can I make application looks instantaneous by adding a new data to a list when using REST API?
What I’m doing now is to add a record to the rest API resource but in order to show it, I need to make another query to get the data collection and show and that makes the application feels slow.
Thanks!