UNPKG

koot

Version:

Koot.js - React isomorphic framework created by CMUX

13 lines (11 loc) 261 B
import { actionInit, actionLocales } from '../redux' export default ({ store }) => { store.dispatch(actionInit(store.getState())) if (JSON.parse(process.env.KOOT_I18N_TYPE) === 'redux') store.dispatch(actionLocales()) }