[Solved] How locally managing component’s state in React/Redux
First of all, that’s not the way how to ask a good question. You need to show us some code, what did you try, where is the problem. Check here how to ask good question. The solution for your problem would be to store the index of the clicked button in your local state and … Read more