1. 22 Apr, 2019 6 commits
  2. 20 Apr, 2019 8 commits
  3. 19 Apr, 2019 1 commit
  4. 18 Apr, 2019 1 commit
  5. 17 Apr, 2019 2 commits
    • Hannah Stepanek's avatar
      Merge pull request #1070 from hypothesis/faster-group-selectors · a63ef4a6
      Hannah Stepanek authored
      Make group selectors more efficient
      a63ef4a6
    • Robert Knight's avatar
      Make group selectors more efficient · ea09632a
      Robert Knight authored
      Ensure that selectors for getting the "My groups", "Currently viewing
      groups" and "Featured groups" lists only recompute when the groups state
      changes. Previously they would have recomputed when _any_ part of the state changed.
      
      More generally, we should be using `createSelector` rather than
      `memoize` whenever we have a place in the app that needs to extract a subset
      of data from some larger structure and derive some data from that.
      ea09632a
  6. 15 Apr, 2019 10 commits
  7. 11 Apr, 2019 5 commits
  8. 10 Apr, 2019 7 commits