Load data with redux

This commit is contained in:
Drew Larson
2017-05-23 19:30:44 -06:00
parent e6b189edd8
commit 8f9d1c3663
13 changed files with 427 additions and 213 deletions
@@ -0,0 +1,4 @@
import { normalize, schema } from 'normalizr';
const bike = new schema.Entity('bikes');
export const bikes = new schema.Array(bike);