Keep component from unmounting on React Router v4 transition

Viewed 381

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]?

0 Answers
Related