Abhi Aiyer
1 min readDec 12, 2015

--

James! I agree with this 100%. Meteor React apps shouldn’t use Redux because the concept of a store is so different in Meteor. We have reactivity everywhere, we have a client side db, and most importantly we have that TrackerReact mixin :)

My flux implementation is very very similar to redux but defies its first principle. I mutate state because I can, and I know that it will be the correct version of the state optimistically hahaha

--

--