I\'ve been trying to find a simple solution.
I have a for loop displaying a list of items. clicking on one of the items routes you to the detailed component and I just wa
What i think about why there is no way to pass an object through a router is because if you pass the data and made it available on the route2,
the data is available on the route2 just because it is passed from route1.
What happens if you refresh route2??
from where will you get the data for route2, your page would collapse.