Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
When you're writing React, you'll often see JSX – a syntax that looks like HTML within your...
If you're starting a React project from scratch and want full control over your setup, using Webpack...
Table of Contents Table of Contents 0. Intro 1. Introduction & Basic Concepts What...
What is Babel? Babel is a compiler (more accurately, a transpiler) that converts modern...
Advanced Caching Strategies With Server-Side Rendering in Next.js Server-side rendering (SSR) in...
Imagining React Without JSX: A Developer's Worst Nightmare React has revolutionized how we...
Do you know why react components start with capital letter???? The reason behind this is, react...
Repurposing source-maps with a Babel codemod. I began working with sourcemaps a while ago and was...
When you write code, the computer doesn’t understand it the same way humans do. Instead, compilers or...
Babel 6 just landed. See what changed and how to upgrade.
Our latest blog is on "Introduction to Custom Babel Plugins". Babel is a tool that allows us to...
Use Babel to compile ES6+ JavaScript into browser‑friendly ES5.
https://drive.google.com/drive/folders/1aFFcm-qKUNrnZ4OxE5Rhd6JyRajytLEz?usp=sharing This is code...
I've been working on a small utility that I've recently published to npm, and my goal with it was to...
What Is Babel? JavaScript compiler that lets you use modern JavaScript features (like optional...
I recently switched from Babel to SWC on a real production app, and the results were mind-blowing! My...
Soy usuario de GNU/Emacs desde el año 2005. A pesar de tanto tiempo, no me considero un experto. No...
Pre-study Compiling Vs. Transpiling Jest Code Transformation Jest docs –...