1. 07 Jun, 2021 3 commits
    • Robert Knight's avatar
      Rename `storeModule` => `createStoreModule` · b015df45
      Robert Knight authored
      This function was originally written as a helper to enable us to enable
      TypeScript to generate more useful errors if a store module had the
      wrong structure. However it also provides a place that we can do runtime
      checks / normalization of store modules etc.
      
      Rename the function and update the documentation to make it clear that
      this is the correct way to define a store module.
      b015df45
    • Robert Knight's avatar
      a50bf888
    • Robert Knight's avatar
      Align store module naming with Redux terminology · 4ca56948
      Robert Knight authored
      Rename several fields of the configuration object for store modules to
      better align with the associated Redux concepts. This should make it
      easier for newcomers to the code to understand it if they already have
      some familiarity with Redux.
      
       - Rename the `init` function to `initialState`
       - Rename the `update` map to `reducers`
       - Rename the `actions` map to `actionCreators`
      4ca56948
  2. 02 Jun, 2021 1 commit
  3. 01 Jun, 2021 1 commit
  4. 31 May, 2021 12 commits
  5. 28 May, 2021 2 commits
  6. 27 May, 2021 3 commits
  7. 25 May, 2021 6 commits
  8. 24 May, 2021 9 commits
  9. 21 May, 2021 3 commits