Patterns
import { composeBundles, createCacheBundle } from 'redux-bundler' import config from '../config' import user from '/user' import other from './other' import googleAnalytics from './analytics' import { getConfiguredCache } from 'money-clip' const cache = getConfiguredCache({ version: config.browserCacheVersion }) export default composeBundles( user, createCacheBundle(cache.set), other, googleAnalytics(config.gaId, '/admin') )
Caching
Routing
React-Native (RN)
Using Redux DevTools
Last updated