Technologies Flashcards

1
Q

Babel

A

A very popular (borderline industry standard) transpiler used to convert modern ES6 syntax into older JavaScript (pre 2015) so that the source code is compatible on all browsers

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

WebPack

A

A modern bundling tool used to bundle together numerous project source files, with a wide variety of extensions supported, into a single distribution that streamlines the downloading process of your files from the browser.

It supports a number of plugins and loaders for numerous functions and file support

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