azerothian·8 лет назад·discusssounds like you have your project configured wrong, transpiling should impact compilation not the loading aspect of your application
azerothian·8 лет назад·discussor async get() { const response = await fetch(`${baseAPI}/heroes`); return response.json(); }
azerothian·11 лет назад·discussif you want the best of both worlds, i use cjsx (https://github.com/jsdf/coffee-react) for my react components e.g. https://github.com/Azerothian/reacta-test/blob/master/react/...