Reputation: 207
There are multiple cards present on the page. On click of every card, I want to navigate it to the wizard form from where the user has left before. How it can be done?
Upvotes: 0
Views: 143
Reputation: 1483
You should find a way to persist the state of closed card for that user.
In both cases, you need to decide when to invalidate the cached data.
Hope it helps
Upvotes: 1