When routing to /contacts list page in the RC widget, getContact event will trigger. This flow will be get seems a bit not optimized, that need to get all the contacts again and again.
So better solution only get updated contact list when routing to /contacts and update the existing contacts.
Can you trigger any other event for getting contacts, since getContacts will trigger at the start.
Or is any way to get back the contacts then I can merge the updated contacts.