Abhi Aiyer
1 min readMay 29, 2016

--

In the example I did I did not want to duplicate state when it was already in minimongo. It doesn’t really make sense to maintain a minimongo cache and a redux store. You can alternatively not use pub sub and just rely on a meteor method to fetch data

--

--