http://www.yinwang.org/blog-cn/2015/03/03/how-to-respect-a-programmer
Author: kaku
Using babel runtime, but still got ‘Promise’ is undefined
The problem exists because the implementation assumes Promiseobject in the global scope. I’m trying to figure out which is the best approach, because the transform-runtime was created to handle this kind of assumptions. From my perspective, the best solution should be a isomorphic-fetch package which transpile the dependencies using the babel runtime, so we don’t… Continue reading Using babel runtime, but still got ‘Promise’ is undefined
const app = (data) => view;
ReactJS const app = (data) => view;