At its core, Redux is really a fairly simple design pattern: all your “write” logic goes into a single function, and the only way to run that logic is to give Redux a plain object that describes something that has happened .
At its core, Redux is really a fairly simple design pattern: all your “write” logic goes into a single function, and the only way to run that logic is to give Redux a plain object that describes something that has happened .