Articles by Tag #babel

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

How React JSX Gets Transformed Into JavaScript Behind the Scenes

When you're writing React, you'll often see JSX – a syntax that looks like HTML within your...

Learn More 7 0Sep 23 '24

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

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

Understanding Babel: The JavaScript Compiler

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

Learn More 5 0Mar 30

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 4 1Apr 13

Imagining React Without JSX: A Developer's Worst Nightmare

Imagining React Without JSX: A Developer's Worst Nightmare React has revolutionized how we...

Learn More 1 0Oct 9 '24

Why react components starts with capital letter ?

Do you know why react components start with capital letter???? The reason behind this is, react...

Learn More 1 0Sep 20 '24

Babel and Sourcemaps, Part-1

Repurposing source-maps with a Babel codemod. I began working with sourcemaps a while ago and was...

Learn More 1 0Oct 13 '24

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

Babel 6 – First Look at the New Transpiler

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

Learn More 0 0Jul 14

Introduction to custom Babel plugins

Our latest blog is on "Introduction to Custom Babel Plugins". Babel is a tool that allows us to...

Learn More 0 0Sep 10 '24

Writing Future‑Proof Code with Babel

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

Learn More 0 0Jul 14

Manual Setup (Custom Webpack/Babel configuration) with react (i am not able running it )

https://drive.google.com/drive/folders/1aFFcm-qKUNrnZ4OxE5Rhd6JyRajytLEz?usp=sharing This is code...

Learn More 0 0Dec 1 '24

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

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

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

Explorando org-babel en emacs

Soy usuario de GNU/Emacs desde el año 2005. A pesar de tanto tiempo, no me considero un experto. No...

Learn More 0 0Sep 15 '24

Jest - Solution for "Jest encountered an unexpected token"

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

Learn More 0 0May 5