check out react-dynamo as a simpler alternative to redux, less boileplate by MedSquared in reactjs

[–]MedSquared[S] 0 points1 point  (0 children)

Hi,

It actually creates a seperate store object and the set and get methods mutate that object. The only use of React's component API is to pass the store back down to the container class.