logo-blackred-whitelogo-blackred-white-altlogo-blackred

by Sebastian Machaj

Babel

Webpack
Webpack
Javascript
Javascript

Babel is a transpiler, which is a kind of compiler that processes the source code. Here, the input and output code are at a similar level of abstraction, e.g. JSX to Javascript, unlike in a regular compiler, where higher-level code, e.g. Java, is converted to lower-level code, e.g. Assembler or just machine code. Thanks to the Babel transpiler, you can use JSX (JavaScript XML) notation in Virtual DOM, which is modeled on XML. Babel transposes (rewrites) the JSX code to Javascript, as well as the newer Javascript syntax to the older one to support more browsers. Therefore, it enables more convenient, readable and faster component creation in React, and also ensures backward compatibility.

Babel Homepage

Related offer

Web Applications

CRM/ERP systems, social networking sites/booking websites and many others

Full offer

Related portfolio

Related technologies

Webpack
NPM
Prettier
React
Javascript