F7+React CRUD refresh data

I had implemented a very simple CRUD in F7+React.

Home->List->Details

When I insert a new record/modify/delete a record in the Details page, and then go back to the List Page the changes are not there until i refresh the page itself.

Using router navigation + reload will just ‘jam’ the history and not solving this issue.

Q. is there a way to tell the List Page that data is changed and need to reload all data when going back from Details Page ?

Thanks