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 6 0Sep 23 '24

Comprehensive Analysis of Industry-standard Build Tools

1. Introduction In the software development process, build tools play a crucial role,...

Learn More 5 0Aug 12 '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 5 2Mar 31

Understanding Babel: The JavaScript Compiler

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

Learn More 5 0Mar 30

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 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

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

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

Fixing Jest import failure

If you are reading this post, you likely encounter this error: > 4 | import someConfig from...

Learn More 0 0Jul 29 '24

Jest - Solution for "Jest encountered an unexpected token"

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

Learn More 0 0May 5

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

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

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

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

Babel and Sourcemaps, Part-1

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

Learn More 0 0Oct 13 '24