broke out routes from App.jsx, and added handleShowRender for static methods

This commit is contained in:
bill bittner 2018-02-22 10:48:46 -08:00
commit 14740341e3
14 changed files with 141 additions and 35 deletions
react/utils

View file

@ -1,3 +1,5 @@
import 'cross-fetch/polyfill';
/**
* Parses the JSON returned by a network request
*