Tags → #redux
-
Public Open Source Apps To Learn From
I have been compiling a list of open source apps that I find online. This is a very helpful list for you to learn common patterns used in React Apps.
-
Is this Reducer Unpure?
Redux Reducer rule number one -- it shall not mutate. But, can this be considered a mutation?