Ingo Schommer aefc1a5c01 Use keyed redux record store
It's the recommended approach in Redux docs, and more performant (key-based).
It'll also simplify a move to Immutable.js later on.

The PHP APIs still return unkeyed data, which is standard REST API behaviour,
but for Redux state we transform it to be keyed.
2016-04-18 13:59:18 +12:00
..
2016-04-18 13:59:18 +12:00
2016-04-14 12:04:50 +12:00
2016-04-06 08:36:37 +12:00
2016-04-18 13:59:18 +12:00
2016-04-14 12:02:59 +12:00