My app is made by 2 components: a list and an item list detail that is rendered clicking on a list item and opening in a new page tab. I should be able to edit the list item in the new tab and make this change visible in the list tab too (the list and the list item detail show this editable info)
How can I update the state of a component from another component opened on a new page?
I am using Router Link to open the new tab with some parameters like item id.
Thanks a lot