How to keep my components state after it unrenders and rerenders?
I have two screens that are conditionally rendered. I would like the state of the screens to remain the same after navigating away from the screen and returning.
I have two screens that are conditionally rendered. I would like the state of the screens to remain the same after navigating away from the screen and returning.