DEV Community

Babel

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Transpile JSX using your own custom built babel plugin

Transpile JSX using your own custom built babel plugin

32
Comments
5 min read
Something Just Clicked For Me...

Something Just Clicked For Me...

8
Comments 2
2 min read
How to enable new JSX transform in React?

How to enable new JSX transform in React?

36
Comments 2
3 min read
Webpack and babel for beginners 👩‍💻

Webpack and babel for beginners 👩‍💻

30
Comments 2
6 min read
Using JSX without react

Using JSX without react

73
Comments 17
5 min read
(Quick tip) Easy debugging styled-component with CRA

(Quick tip) Easy debugging styled-component with CRA

6
Comments
1 min read
Is it possible for a JS library to have full TS support, but doesn't use TS extension?

Is it possible for a JS library to have full TS support, but doesn't use TS extension?

5
Comments 1
1 min read
`node index.js` which variations do you use?

`node index.js` which variations do you use?

6
Comments 6
1 min read
Is this the reason why your documentation failed?

Is this the reason why your documentation failed?

4
Comments 3
1 min read
TypeScript, simplified import paths, and what you have to be careful

TypeScript, simplified import paths, and what you have to be careful

9
Comments
2 min read
Create-React-App from Scratch

Create-React-App from Scratch

8
Comments
2 min read
Fetch with Promise.all and async / await

Fetch with Promise.all and async / await

2
Comments
2 min read
Code split your libraries and polyfills

Code split your libraries and polyfills

2
Comments
2 min read
Let's create a Webpack configuration from scratch

Let's create a Webpack configuration from scratch

5
Comments
9 min read
Idea, setup and first steps

Idea, setup and first steps

6
Comments
2 min read
Babel Basic - Javascript

Babel Basic - Javascript

6
Comments
1 min read
Learn Javascript Class Decorators in 5 minutes

Learn Javascript Class Decorators in 5 minutes

26
Comments 1
2 min read
Say Hello to Reactjs

Say Hello to Reactjs

6
Comments
2 min read
Bringing an old code base to modern JavaScript

Bringing an old code base to modern JavaScript

3
Comments
1 min read
How to create a react app without create-react-app command

How to create a react app without create-react-app command

29
Comments 3
5 min read
Create React App from Scratch

Create React App from Scratch

31
Comments
6 min read
How I set up Webpack and Babel with vanilla JS

How I set up Webpack and Babel with vanilla JS

56
Comments 8
5 min read
Why JavaScript Is Lapping The Competition

Why JavaScript Is Lapping The Competition

49
Comments 2
10 min read
Babel, Beyond Assumptions

Babel, Beyond Assumptions

15
Comments
11 min read
Setup a basic react application with webpack and babel

Setup a basic react application with webpack and babel

12
Comments 2
5 min read
Advanced React + Webpack 4 + Babel 7 Application Setup

Advanced React + Webpack 4 + Babel 7 Application Setup

12
Comments
19 min read
Configure React from Ground Up

Configure React from Ground Up

9
Comments 4
5 min read
How to find what is the dependency of a function, class, or variable in ES6 via AST

How to find what is the dependency of a function, class, or variable in ES6 via AST

17
Comments 3
8 min read
Cleaning up imports using module resolver in React Native

Cleaning up imports using module resolver in React Native

56
Comments 3
3 min read
Caveats of processing TypeScript code with Babel

Caveats of processing TypeScript code with Babel

7
Comments 1
5 min read
Build a Slim React starter from the ground up in 2020

Build a Slim React starter from the ground up in 2020

13
Comments
3 min read
Setup a React.JS Project with TypeScript, ESLint and Prettier without create-react-app

Setup a React.JS Project with TypeScript, ESLint and Prettier without create-react-app

15
Comments 4
4 min read
Develop Node app in ES6 without Nodemon and Babel

Develop Node app in ES6 without Nodemon and Babel

56
Comments 1
4 min read
How TypeScript over babel greatly simplifies creating libraries

How TypeScript over babel greatly simplifies creating libraries

60
Comments 2
6 min read
Babel Macros

Babel Macros

7
Comments
6 min read
How to setup Webpack and Babel for Es6+

How to setup Webpack and Babel for Es6+

58
Comments 4
3 min read
AngularJS: Hot-Module-Replacement with babel-plugin

AngularJS: Hot-Module-Replacement with babel-plugin

4
Comments
3 min read
Use babel to remove ES6 Class no-use properties when bundle your code

Use babel to remove ES6 Class no-use properties when bundle your code

6
Comments
2 min read
Understanding WebPack and Babel

Understanding WebPack and Babel

11
Comments
2 min read
How to use ReactJS with Webpack 4, Babel 7, and Material Design

How to use ReactJS with Webpack 4, Babel 7, and Material Design

102
Comments 5
18 min read
Use JavaScript Optional Chaining, Today!

Use JavaScript Optional Chaining, Today!

37
Comments 11
3 min read
Using absolute path import with Typescript + babel + nodemon in Your Node Project

Using absolute path import with Typescript + babel + nodemon in Your Node Project

20
Comments 2
4 min read
How Pipeline Operator makes your code cleaner

How Pipeline Operator makes your code cleaner

10
Comments
2 min read
Babel macros

Babel macros

6
Comments
10 min read
Creating custom JavaScript syntax with Babel

Creating custom JavaScript syntax with Babel

10
Comments
14 min read
WTF are Babel and Webpack 😵 ? Explained in 2 mins.

WTF are Babel and Webpack 😵 ? Explained in 2 mins.

366
Comments 28
3 min read
How to setup Webpack and Babel for React

How to setup Webpack and Babel for React

95
Comments 29
7 min read
Step-by-step guide for writing a custom babel transformation

Step-by-step guide for writing a custom babel transformation

14
Comments
8 min read
Getting a Basic React App Up And Running

Getting a Basic React App Up And Running

8
Comments
14 min read
How to publish npm packages?

How to publish npm packages?

6
Comments
5 min read
Running JSX in your browser without Babel

Running JSX in your browser without Babel

35
Comments 4
2 min read
Render Abstract Syntax Trees with React

Render Abstract Syntax Trees with React

11
Comments
5 min read
You don’t need Babel with Node

You don’t need Babel with Node

43
Comments
9 min read
Errors encountered upgrading Flow v0.85

Errors encountered upgrading Flow v0.85

5
Comments
5 min read
Demystifying @babel/preset-env

Demystifying @babel/preset-env

17
Comments
8 min read
JavaScript Build Tools Demystified - Overall Thoughts

JavaScript Build Tools Demystified - Overall Thoughts

9
Comments
6 min read
😰 Optional chaining trap !

😰 Optional chaining trap !

44
Comments 39
2 min read
Convenient way to use Babel syntax in Node.JS

Convenient way to use Babel syntax in Node.JS

10
Comments 1
2 min read
Multiple functions for single eventListener

Multiple functions for single eventListener

6
Comments
2 min read
Transpile modern language features with Babel

Transpile modern language features with Babel

16
Comments 1
12 min read
loading...