silverstripe-framework/admin/javascript
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
..
dist Add babel-polyfill for better ES6 support 2016-04-18 12:08:35 +12:00
lang Campaign publish feature 2016-04-18 13:59:18 +12:00
src Use keyed redux record store 2016-04-18 13:59:18 +12:00