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

--

--

Software Engineer at Workpop, Inc.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store