Beginning server-side rendering support

This commit is contained in:
SteveSandersonMS
2016-02-07 21:41:00 -08:00
parent 5811c98230
commit 9c16c7da3d
15 changed files with 208 additions and 47 deletions

View File

@@ -1,4 +1,4 @@
import fetch from 'isomorphic-fetch';
import { fetch } from '../tracked-fetch';
import { typeName, isActionType, Action, Reducer } from '../TypedRedux';
import { ActionCreator } from './';
import { Genre } from './GenreList';

View File

@@ -1,4 +1,4 @@
import fetch from 'isomorphic-fetch';
import { fetch } from '../tracked-fetch';
import { typeName, isActionType, Action, Reducer } from '../TypedRedux';
import { ActionCreator } from './';

View File

@@ -1,4 +1,4 @@
import fetch from 'isomorphic-fetch';
import { fetch } from '../tracked-fetch';
import { typeName, isActionType, Action, Reducer } from '../TypedRedux';
import { ActionCreator } from './';
import { Album } from './FeaturedAlbums';

View File

@@ -1,4 +1,4 @@
import fetch from 'isomorphic-fetch';
import { fetch } from '../tracked-fetch';
import { typeName, isActionType, Action, Reducer } from '../TypedRedux';
import { ActionCreator } from './';