Babel JS - Beginner To Intermediate in 14 minutes

preview_player
Показать описание
Babel is a JavaScript compiler which is being used by industry heavyweights like React etc. So, it's better to learn the details of this awesome and essential JavaScript tool.

Topics
-----------
1. Why Babel: 0:00
2. What is Babel: 1:25
3. Babel in Action: 3:10
4. Babel Plugins: 5:00
5. Setting up Babel for your project: 6:20
6. Babel configuration files: 10:10

**
Follow Rayn Studios on IGTV for more exclusive content 👉 @raynstudios
**

Follow me on: 📱
------------------

Try Rayn Studios' Apps: 🙏🏼
--------------------------------------
Revise bot (A bot to help you with revisions):
Quick Toggle:
Рекомендации по теме
Комментарии
Автор

Great video. I've been experimenting with Babel, and I'm unable to transpile setTimeout() callback arguments for < IE9 support. setTimeout(function(a, b) { console.log(a, b); }, 500, "1st", "2nd");

arkre
Автор

Thanks to the video which makes Babel more clear for me. In facts Babel says it compiles but it doesn't compile at all, it only transpiles ! Is there a way to include all the Babel plugins otherwhile we won't be sure that all of our codes is fully ES5 compliant !

RobertMilli
Автор

Nice video. Thanks for putting out this great work. What recording software did you use?

_devParty
Автор

how can I use Babel to bundle multiple javascript files?

wcdeich