Tag: babel

Babel Vs. TypeScript: Choosing The Right Compiler For Your Project

Babel vs. TypeScript: Choosing the right compiler for your project

Dev

See how the two JavaScript compilers Babel and TypeScript compare through criteria such as performance, custom transformations, and more.

Gustav Wengel
Jul 10, 2023 ⋅ 9 min read
Logo Over a Pebbled Background

Migrating to SWC: A brief overview

Dev

SWC is faster than webpack and Babel. If you’ve already bootstrapped your project with those tools, here’s how you can to SWC tooling.

Lorenz Weiß
Oct 7, 2021 ⋅ 3 min read

The best webpack configurations for React applications

Dev

If you’ve struggled to configure webpack for your React app, look no further. We cover both generic and specific config needs.

Adewale Abati
Aug 15, 2021 ⋅ 12 min read
Why You Don't Need Babel

Why you don’t need Babel

Dev

In 2020, frontend developers are still wasting a lot of time with excessive tooling. Babel is seen by some as a necessity. Here’s why it’s not.

David Else
Jul 16, 2020 ⋅ 7 min read

Why you should use SWC (and not Babel)

Dev

In this post, we’ll compare Babel and SWC based on setup, execution, and speed.

Kasra Khosravi
Jun 3, 2020 ⋅ 7 min read
Why You Don't Need Babel With Node.js

You don’t need Babel with Node

Dev

De-Babeling your Node app is easier than you might think.

Joel Griffith
Aug 28, 2019 ⋅ 7 min read

Switching to Parcel from webpack

Dev

Take a webpack configuration that handles Sass, Babel, and more with a Parcel setup.

Sunil Sandhu
Oct 12, 2018 ⋅ 5 min read

Configuring webpack from scratch for Tailwind CSS with React

Dev

Learn how to configure webpack from scratch for Tailwind CSS in React.

Ogundipe Samuel
Oct 4, 2018 ⋅ 5 min read