I have implemented a PATCH function to update the data of a resource, but I need to get only the updated data of an object already loaded on the screen to send in the request.
What would be the most efficient way to do this? Can you use $ watch or is it best to avoid?