Getting Started with Babel

preview_player
Показать описание
Want to write JavaScript with the coolest latest features but you need to keep your websites backward compatible?
Babel is the answer.
This tutorial shows you everything you need to get started with Babel.

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

Did this while drunk and still managed to get it working - best tutorial ever!

jagged_little_phil
Автор

Getting to the point of my dev career where I need to use these tools. Happy that I can always find clear explanations on your channel!

cloudkungfu
Автор

This is perfect for beginners getting to grips with Babel for the first time, thank you!

zoo_studios
Автор

u explain in a way that humans understand. good job keep making videos like this and make an impact in this world. One of your subscriber

fibrecompany
Автор

Great explanation about how to use Babel Steve.

joebloggsnz
Автор

The equivalent to "touch .babelrc" command in pc computers is New-Item .babelrc -type file

I loved your video. It is very very clear!

urigross
Автор

Love it Bro! None of others videos explain this set up better than yours :)

WhyDuck
Автор

This video deserves more views man. Great explanation

SoNy-uhuz
Автор

Great simple explanation to help me get started. Many thanks!

RC-vrfl
Автор

Nice explanation of babel.config.json . This adds awareness in what happens and more control over what are you doing (especially if you are a newbie like me). Thank you.

romyt
Автор

Finally found a quick, simple explanation for this that actually works thank you!

michaeldoherty
Автор

Thanks a lot sir...
Best video out there for beginners

rajivpuranwar
Автор

This is the best babel video I've watched.

DivijShrivastava
Автор

It worked!! muchas gracias Mr Griffith!

victoraul
Автор

I learned a lot from this. Thank you so much.

nikithamalkapuram
Автор

Great video!!! This video was really helpful for me. I was so confused with Babel... +1 subscribed!

diegocandido
Автор

Thank you very much. Great tutorial and explanations!

viktorlernt
Автор

that comma after line 7 really messed me up! anyways, great video Steve, thanks

Sillymonkeies
Автор

What would I do if I wanted to transpile all legacy JS to ES6 (basically the reverse of this video)?

chazcarothers
Автор

Does the present day ReactJS projects require separate attention to be provided in including the babel part for doing its development/ integration., ?

SathiyaKRS