Building a Modern Web Stack: Babel

This page summarizes the projects mentioned and recommended in the original post on dev.to

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. create-react-app

    Set up a modern web app by running one command.

    Babel is often built into the tools that we use every day to built modern web applications (like create-react-app for example) so many developers don't have a full understanding of what the tool actually does. This tutorial is designed to set up a Babel configuration piece by piece and is part of a larger tutorial series in setting up your own custom development environment.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. browserslist

    🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env

    browserslist - This tells Babel which browsers we are aiming to target. The older / less supported they are, the more work and more transformations Babel will have to make in order for your application to work in these browsers. The syntax is a simple array of strings. You can learn about here.

  4. TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    You should now have a fairly solid grasp of the fundamentals of what Babel is, and how it works. Of course there's a lot more to discover. In future tutorials we'll go deeper into two more of the major presets that are supported by Babel for transpiling supersets of Javascript: JSX and Typescript.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why a Pnpm and Nx monorepo? Requirements for a good workflow

    4 projects | dev.to | 26 Apr 2022
  • React 19 Finally Stable, New Rust-Based JavaScript Framework, New Developer Tools, and more

    3 projects | dev.to | 15 Dec 2024
  • How to start a React Project in 2023

    10 projects | news.ycombinator.com | 23 Mar 2023
  • Did I understand the basic concept of website development with Node Js correctly?

    3 projects | /r/node | 14 Sep 2022
  • Boilerplates For ReactJS

    5 projects | /r/reactjs | 5 May 2022

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?