The Wayback Machine - https://web.archive.org/web/20210625014050/https://dev.to/t/babel

DEV Community

loading...

Babel

👋 Sign in for the ability sort posts by top and latest.
What is Babel?

What is Babel?

3
1 min read
Javascript Event Handling - Deep Dive

Javascript Event Handling - Deep Dive

5
17 min read
Your only guide to babel in 2021

Your only guide to babel in 2021

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

23 3
1 min read
Is babel still relevant for TypeScript projects ?

Is babel still relevant for TypeScript projects ?

51 5
5 min read
Run Node.js app with ES6 features

Run Node.js app with ES6 features

8
1 min read
Ever wonder what React does?

Ever wonder what React does?

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

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

6
3 min read
JSX Basics for Beginners

JSX Basics for Beginners

3
5 min read
Write ES6 in Node using Babel

Write ES6 in Node using Babel

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

46 2
7 min read
Create a Service Worker with TypeScript

Create a Service Worker with TypeScript

8 1
12 min read
Setting up Webpack 5 with React and Babel from scratch [2021]

Setting up Webpack 5 with React and Babel from scratch [2021]

65 8
6 min read
How JSX works?

How JSX works?

45 4
2 min read
¿Qué es Babel?

¿Qué es Babel?

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

Build and Test a NodeJs API with ES6

6
7 min read
Revealing the magic of AST by writing babel plugins

Revealing the magic of AST by writing babel plugins

26 3
7 min read
Setup a React App using Webpack, Babel and TypeScript

Setup a React App using Webpack, Babel and TypeScript

17 6
4 min read
Set up nodeJs project with Babel

Set up nodeJs project with Babel

5 2
4 min read
Day 11 of 365 Days of Code

Day 11 of 365 Days of Code

2 1
1 min read
How to create an npm library from react components

How to create an npm library from react components

70 3
8 min read
Setup a React app with Webpack and Babel

Setup a React app with Webpack and Babel

44 15
9 min read
Babel Setup for REST API Tests

Babel Setup for REST API Tests

8
2 min read
Polyfills, Ponyfills, and Transpiling

Polyfills, Ponyfills, and Transpiling

37 2
3 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
7 min read
Getting TypeORM to work with Next.js and TypeScript

Getting TypeORM to work with Next.js and TypeScript

13 4
5 min read
Svelte with Webpack 5 and Babel

Svelte with Webpack 5 and Babel

6
3 min read
What's the difference between Typescript, Babel, and Coffeescript?

What's the difference between Typescript, Babel, and Coffeescript?

12 4
1 min read
A Minimal Node.js, Express, & Babel Setup

A Minimal Node.js, Express, & Babel Setup

5
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

16
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
3 min read
Configure Babel for a Nodejs Application

Configure Babel for a Nodejs Application

21 4
4 min read
How to Customize Ant.design UI Library Variables.

How to Customize Ant.design UI Library Variables.

7
2 min read
Stacky REST API #2 - Babel Setup

Stacky REST API #2 - Babel Setup

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

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

20
5 min read
Adding Babel presets and plugins in Next.js

Adding Babel presets and plugins in Next.js

1
2 min read
Guía - Base Node.js + Express.js con sintaxis moderna (Español)

Guía - Base Node.js + Express.js con sintaxis moderna (Español)

6
2 min read
In my own words: What is BabelJS?

In my own words: What is BabelJS?

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

5 1
5 min read
Scripting from Javascript to Typescript

Scripting from Javascript to Typescript

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

Make a React App with Webpack, Babel and Express

9 9
5 min read
Upgrading to React 17 and Webpack 5

Upgrading to React 17 and Webpack 5

15 1
2 min read
webpack compiles node_modules

webpack compiles node_modules

4
1 min read
JavaScript Optional Chaining

JavaScript Optional Chaining

6
2 min read
Three steps to understanding Babel

Three steps to understanding Babel

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

You don’t need React to use JSX

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

How to Serve a React Single-Page App with Django

22 9
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
2 min read
A guide to through async/await with Babel and Webpack

A guide to through async/await with Babel and Webpack

11
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

8 1
2 min read
Building the React Scaffolding from scratch

Building the React Scaffolding from scratch

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

How to Import SVGs into your Next.js Project?

9
3 min read
Transpile JSX using your own custom built babel plugin

Transpile JSX using your own custom built babel plugin

15
5 min read
Something Just Clicked For Me...

Something Just Clicked For Me...

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

How to enable new JSX transform in React 17?

28 1
3 min read
Webpack and babel for beginners 👩�?💻

Webpack and babel for beginners 👩�?💻

24 2
6 min read
(Quick tip) Easy debugging styled-component with CRA

(Quick tip) Easy debugging styled-component with CRA

6
1 min read
Using JSX without react

Using JSX without react

72 17
5 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 1
1 min read
`node index.js` which variations do you use?

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

6 6
1 min read
loading...