I would like to see if there is a way to prevent a refresh and use the hook "useUpdate" in React-Admin.
Use case would be I am emplimenting a auto save feature for my form and save it on the back end.
I'm currently using useUpdate but with the nature of my form, a reload would not be a good UI because the form could be 50-100 fields long. So a user could be editing a field close to the end and auto save will send them back to the top of the page.
I still want to use the data provider. Currently this is only being used to Edit a record