All Questions
1 question
0
votes
1
answer
1k
views
Conditionally remember radio button selection in React
I am creating a modal to filter for profiles, on react-bootstrap and redux.
I need to filter to remember it's previous selection every time the user reopen it, even if he returns from another page. It ...