Articles by Tag #babel

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Understanding Babel: The JavaScript Compiler

What is Babel? Babel is a compiler (more accurately, a transpiler) that converts modern...

Learn More 5 0Mar 30

Setting Up React with Webpack and babel from Scratch

If you're starting a React project from scratch and want full control over your setup, using Webpack...

Learn More 6 2Mar 31

Why I Ditched Babel for SWC—My Builds Are 400x Faster!

I recently switched from Babel to SWC on a real production app, and the results were mind-blowing! My...

Learn More 0 2Mar 9

18+ Questions to Challenge and Expand Your Webpack Knowledge

Table of Contents Table of Contents 0. Intro 1. Introduction & Basic Concepts What...

Learn More 5 0Feb 8

Building a Custom Babel Plugin: A Step-by-Step Guide for Advanced JavaScript Developers

Advanced Caching Strategies With Server-Side Rendering in Next.js Server-side rendering (SSR) in...

Learn More 1 1Apr 13

1 RN Thing a Day – Day 3: What Is Babel

What Is Babel? JavaScript compiler that lets you use modern JavaScript features (like optional...

Learn More 0 0Aug 7

Jest - Solution for "Jest encountered an unexpected token"

Pre-study Compiling Vs. Transpiling Jest Code Transformation Jest docs –...

Learn More 0 0May 5

Supporting multiple Javascript environments

I've been working on a small utility that I've recently published to npm, and my goal with it was to...

Learn More 0 0Jul 25

Babel 6 – First Look at the New Transpiler

Babel 6 just landed. See what changed and how to upgrade.

Learn More 0 0Jul 14

Writing Future‑Proof Code with Babel

Use Babel to compile ES6+ JavaScript into browser‑friendly ES5.

Learn More 0 0Jul 14

Unlocking JavaScript Compatibility with Babel

Discover how Babel simplifies JavaScript development by converting modern code to run in older environments, ensuring seamless compatibility across different platforms.

Learn More 0 0Sep 6

What Is an Abstract Syntax Tree (AST)? Explained Simply

When you write code, the computer doesn’t understand it the same way humans do. Instead, compilers or...

Learn More 1 0Jun 8