Software Alternatives & Reviews

A Complete Guideline to Creating a Modern React App With TypeScript From Scratch

Webpack Prettier ESLint Babel
  1. Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
    Pricing:
    • Open Source
    To get webpack working, we will need to install some dependencies.

    #Web Application Bundler #JS Build Tools #Module Bundler 220 social mentions

  2. An opinionated code formatter
    Pricing:
    • Open Source
    Install the following dependencies for Prettier.

    #Developer Tools #Code Analysis #JavaScript Framework 255 social mentions

  3. 3
    The fully pluggable JavaScript code quality tool
    Pricing:
    • Open Source
    To install ESLint, first, install the following dependencies:.

    #Code Coverage #Developer Tools #Code Quality 229 social mentions

  4. 4
    Babel is a compiler for writing next generation JavaScript.
    Pricing:
    • Open Source
    Now we need to install Babel into our project. That’s because our browsers don’t understand anything but JavaScript, so if we want our browsers to understand our jsx or tsx- files, we need some compiler.

    #Development Tools #Javascript UI Libraries #JavaScript Framework 134 social mentions

Discuss: A Complete Guideline to Creating a Modern React App With TypeScript From Scratch

Log in or Post with