DEV Community

Babel

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Create React App from Scratch like a Pro

Create React App from Scratch like a Pro

536
Comments 15
5 min read
Front-end bundling: Transpilation

Front-end bundling: Transpilation

2
Comments
4 min read
Setting up Babel and Typescript

Setting up Babel and Typescript

6
Comments 4
3 min read
Minimizing Lodash Bundle Size in CRA and Next.js

Minimizing Lodash Bundle Size in CRA and Next.js

9
Comments 1
8 min read
Creating React Application with Webpack.

Creating React Application with Webpack.

8
Comments
2 min read
EsNext features in TypeScript with Babel

EsNext features in TypeScript with Babel

39
Comments
4 min read
Build RestFull API With Nodejs, Express and MongoDb!!

Build RestFull API With Nodejs, Express and MongoDb!!

6
Comments 2
1 min read
I never need webpack or babel anymore

I never need webpack or babel anymore

48
Comments 6
2 min read
New encapsulation method for Styled-Components with Babel

New encapsulation method for Styled-Components with Babel

5
Comments
4 min read
Babel plugin and get a performance boost for your React components

Babel plugin and get a performance boost for your React components

4
Comments
3 min read
This is how I build Babel plug-ins

This is how I build Babel plug-ins

4
Comments
7 min read
Modern Javascript Development Environment

Modern Javascript Development Environment

18
Comments 1
9 min read
Javascript Event Handling - Deep Dive

Javascript Event Handling - Deep Dive

19
Comments
17 min read
What is Babel?

What is Babel?

7
Comments
1 min read
Your only guide to babel in 2021

Your only guide to babel in 2021

18
Comments
7 min read
Stop using relative paths in your React Native imports. Use Aliases instead.

Stop using relative paths in your React Native imports. Use Aliases instead.

34
Comments 6
1 min read
Is babel still relevant for TypeScript projects ?

Is babel still relevant for TypeScript projects ?

85
Comments 13
5 min read
Run Node.js app with ES6 features

Run Node.js app with ES6 features

8
Comments
1 min read
Ever wonder what React does?

Ever wonder what React does?

5
Comments
9 min read
[Gatsby, Storyblok] "Can't resolve 'fs' in x"

[Gatsby, Storyblok] "Can't resolve 'fs' in x"

7
Comments 2
3 min read
Write ES6 in Node using Babel

Write ES6 in Node using Babel

22
Comments 3
3 min read
How to set up React projects without using create-react-app

How to set up React projects without using create-react-app

52
Comments 2
7 min read
Setting up Webpack 5 with React and Babel from scratch

Setting up Webpack 5 with React and Babel from scratch

150
Comments 13
6 min read
Create a Service Worker with TypeScript

Create a Service Worker with TypeScript

9
Comments 1
12 min read
How JSX works?

How JSX works?

47
Comments 4
2 min read
¿Qué es Babel?

¿Qué es Babel?

8
Comments
8 min read
Build and Test a NodeJs API with ES6

Build and Test a NodeJs API with ES6

9
Comments
7 min read
Setup a React App using Webpack, Babel and TypeScript

Setup a React App using Webpack, Babel and TypeScript

63
Comments 14
4 min read
Revealing the magic of AST by writing babel plugins

Revealing the magic of AST by writing babel plugins

26
Comments 5
7 min read
Day 11 of 365 Days of Code

Day 11 of 365 Days of Code

2
Comments 1
1 min read
Setup a React app with Webpack and Babel

Setup a React app with Webpack and Babel

106
Comments 29
9 min read
How to create an npm library from react components

How to create an npm library from react components

113
Comments 20
8 min read
Polyfills, Ponyfills, and Transpiling

Polyfills, Ponyfills, and Transpiling

37
Comments 2
3 min read
Getting TypeORM to work with Next.js and TypeScript

Getting TypeORM to work with Next.js and TypeScript

26
Comments 10
5 min read
Import and Export ES Modules in Node.js using TypeScript with Babel Compilation

Import and Export ES Modules in Node.js using TypeScript with Babel Compilation

9
Comments
7 min read
Svelte with Webpack 5 and Babel

Svelte with Webpack 5 and Babel

16
Comments 6
3 min read
A Minimal Node.js, Express, & Babel Setup

A Minimal Node.js, Express, & Babel Setup

23
Comments 1
12 min read
Rolling (up) a multi module system (esm, cjs...) compatible npm library with TypeScript and Babel

Rolling (up) a multi module system (esm, cjs...) compatible npm library with TypeScript and Babel

34
Comments 5
14 min read
Future JavaScript - Stay ahead of the curve by using new JavaScript features today (1/4 - Intro)

Future JavaScript - Stay ahead of the curve by using new JavaScript features today (1/4 - Intro)

15
Comments
3 min read
Configure Babel for a Nodejs Application

Configure Babel for a Nodejs Application

38
Comments 7
4 min read
Babel Setup for REST API Tests

Babel Setup for REST API Tests

11
Comments
2 min read
How to Customize Ant.design UI Library Variables.

How to Customize Ant.design UI Library Variables.

9
Comments
2 min read
How we built a frontend app for WSO2 Identity Server with React

How we built a frontend app for WSO2 Identity Server with React

2
Comments
8 min read
Setting up a Serverless Project with Webpack, Babel, and Knex

Setting up a Serverless Project with Webpack, Babel, and Knex

20
Comments
5 min read
In my own words: What is BabelJS?

In my own words: What is BabelJS?

13
Comments 4
5 min read
Setting up ESLint to work with new or proposed JavaScript features such as private class fields.

Setting up ESLint to work with new or proposed JavaScript features such as private class fields.

7
Comments 1
5 min read
Stacky REST API #2 - Babel Setup

Stacky REST API #2 - Babel Setup

8
Comments
2 min read
Scripting from Javascript to Typescript

Scripting from Javascript to Typescript

27
Comments 1
7 min read
Make a React App with Webpack, Babel and Express

Make a React App with Webpack, Babel and Express

21
Comments 10
5 min read
Upgrading to React 17 and Webpack 5

Upgrading to React 17 and Webpack 5

15
Comments 2
2 min read
webpack compiles node_modules

webpack compiles node_modules

4
Comments
1 min read
JavaScript Optional Chaining

JavaScript Optional Chaining

6
Comments
2 min read
Three steps to understanding Babel

Three steps to understanding Babel

10
Comments 2
3 min read
You don’t need React to use JSX

You don’t need React to use JSX

13
Comments 2
7 min read
How to Serve a React Single-Page App with Django

How to Serve a React Single-Page App with Django

36
Comments 18
7 min read
How to test JSX directly on browsers without any building steps

How to test JSX directly on browsers without any building steps

6
Comments 2
2 min read
A guide to through async/await with Babel and Webpack

A guide to through async/await with Babel and Webpack

16
Comments 3
2 min read
Setup Mocha 8, Chai 4 and Babel 7 for JavaScript TDD

Setup Mocha 8, Chai 4 and Babel 7 for JavaScript TDD

11
Comments 2
2 min read
Building the React Scaffolding from scratch

Building the React Scaffolding from scratch

10
Comments
6 min read
How to Import SVGs into your Next.js Project?

How to Import SVGs into your Next.js Project?

10
Comments
3 min read
loading...