Babel Flashcards

1
Q

What is Babel?

A

tool that converts ES6 & forward code (including JSX) into backwards compatible JS for older browsers/environments

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Plug-in?

A

sw component that adds feature to existing program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a Webpack loader?

A

transforms and processes source code of module as you import or “load” them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can you make Babel and Webpack work together?

A

babel loader

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

webpack vs babel

A

babel: transforms to backwards compatible
webpack: bundler for JS and friends

How well did you know this?
1
Not at all
2
3
4
5
Perfectly