Keep component from unmounting on React Router v4 transition

I transition (route) from parent component to child component. When I go back to the parent object, it completely recovers, reloads the data, and re-renders.

How can I keep a specific component from unmounting [on a specific child route]?

+3


source to share





All Articles