I transition (route) from a parent component to a child component. When I go Back to the parent, it re-mounts entirely, reloading data, and re-rendering.
How can I keep a specific component from unmounting [on a certain child route]?
I transition (route) from a parent component to a child component. When I go Back to the parent, it re-mounts entirely, reloading data, and re-rendering.
How can I keep a specific component from unmounting [on a certain child route]?