Getting Started With Babel

preview_player
Показать описание

📣 Other Social:
Рекомендации по теме
Комментарии
Автор

To save npm package globally you have to use "-g" in in command input. Like "npm i -g jquery"

funkmafia
Автор

after six hours of looking around finally this is the easiest setup

bilaltariq
Автор

Thanks brother it was very informative :)

gauravpuri
Автор

Thanks a lot. It was a really explanatory video.

senkasim
Автор

You say that as part of the ES5 standard it's using strict mode so that undeclared variables can't be used, etc., but where could these undeclared variables that you mention come from?

waicollins
Автор

Hey Chris, thanks for this tutorial. As you can tell, I'm trying this in late 2017 and it turns out babel has been updated to use babel-preset-env instead of babel-preset-es2015. I tried out the code you wrote and attempted to compile, but I'm getting errors stating "unexpected token" at "() =>" I then installed using npm explicitly and ran "npm run babel index.js" but I got an error that said "transform-es2015-functions doesn't exist".

Would you please provide me with some tips on how I can get babel to work? Thanks.

FictionsAndIllusions
Автор

Hey Chris. You should do some videos on Unity. I have been using it for 2 years, and am almost finished with my mobile game. But I would love to hear a video about Unity from you :)

kylestankovich
Автор

Safari is the new Internet Explorer by the way, from more than few years. It's the least technologically developed browser out there.

EnricoPolanski
Автор

Chris, what do you think of using React+Redux with Django?

TheDelneg