This repository has been archived by the owner on Jul 10, 2019. It is now read-only.
Tags: rportugal/apollo-cache-redux
Tags
Remove overwrite on constructor (#17) Remove initial data from ReduxNormalizedCache and factory.
Reduce number of write actions (#11) * one arg with all options * improve readme; bump version * version bump
All options in one arg (#10) * one arg with all options * improve readme; bump version
Fix args to the cache; Improve readme (#9) * pass store and reduxRootSelector; improve readme * pass options to ReduxNormalizedCache; add ReduxNormalizedCache tests * document 1st arg * improve readme * bump
Redux normalized cache (#8) * rewrite Redux stuff as a NormalizedCache * fix constructor * use latest apollo-cache-inmemory * clean up * bump * update package-lock * bump