已弃用-不再积极维护 apollo-cache-redux是Redux支持的Apollo Client 2.0缓存实现。 它大量重用了apollo-cache-inmemory缓存规范化代码。 与Redux 3.x和4.x一起使用。 安装 npm install apollo - cache - redux -- save 安装软件包后: import { ReduxCache , apolloReducer } from 'apollo-cache-redux' ; import { createStore , combineReducers } from 'redux' ; impo