You are viewing a single comment's thread from:
RE: [Web dev] Beginner’s guide to react/redux — painting a mental model
Hello! Im a begginer too on React/Redux, i liked your article, very straightforward. I have a question, if i have lets say two components on lets say my index.js, do i need separate reducers and actios to comunicate with the same store? or can i communicate two actions to just one reducer?