ReactDOM.render(
      <Provider store={createApplicationStore()}>
        <AppContainer>
          <NextApp />
        </AppContainer>