Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 497 Bytes

File metadata and controls

18 lines (13 loc) · 497 Bytes

Store

The Redux createStore helpers for MWP applications - store/browser and store/server. Both modules are implemented as 'getters' with a similar signature - the main difference is that the store/server function takes an additional request parameter corresponding to a Hapi request.

Selectors

A set of selectors to enable easy selection from our Redux store.

Dependencies

  • js-cookie
  • rison
  • mwp-api-proxy-plugin
  • mwp-api-state
  • mwp-tracking/util/clickWriter