ts-loader

TypeScript loader for webpack (by TypeStrong)

Ts-loader Alternatives

Similar projects and alternatives to ts-loader

  1. React

    1,880 ts-loader VS React

    The library for web and native user interfaces.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. TypeScript

    1,397 ts-loader VS TypeScript

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

  4. create-react-app

    597 ts-loader VS create-react-app

    Set up a modern web app by running one command.

  5. webpack

    359 ts-loader VS webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  6. react-router

    171 ts-loader VS react-router

    Declarative routing for React

  7. swc

    153 ts-loader VS swc

    Rust-based platform for the Web

  8. css-modules

    Documentation about css-modules

  9. Babel (Formerly 6to5)

    🐠 Babel is a compiler for writing next generation JavaScript.

  10. browserslist

    57 ts-loader VS browserslist

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

  11. autoprefixer

    31 ts-loader VS autoprefixer

    Parse CSS and add vendor prefixes to rules by Can I Use

  12. esbuild-loader

    14 ts-loader VS esbuild-loader

    💠 Speed up your Webpack with esbuild ⚡️

  13. postcss-plugins

    PostCSS Tools and Plugins

  14. webpack-cli

    12 ts-loader VS webpack-cli

    Webpack's Command Line Interface

  15. fork-ts-checker-webpack-plugin

    Webpack plugin that runs typescript type checker on a separate process.

  16. babel-plugin-styled-components

    Improve the debugging experience and add server-side rendering support to styled-components

  17. react-refresh-webpack-plugin

    A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components.

  18. sass-loader

    1 ts-loader VS sass-loader

    Compiles Sass to CSS

  19. graphql-let

    3 ts-loader VS graphql-let

    A webpack loader / babel-plugin / babel-plugin-macros / CLI / generated file manager of GraphQL code generator.

  20. raw-loader

    1 ts-loader VS raw-loader

    Discontinued A loader for webpack that allows importing files as a String

  21. typescript-plugin-css-modules

    A TypeScript language service plugin providing support for CSS Modules.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ts-loader alternative or higher similarity.

ts-loader discussion

Log in or Post with

ts-loader reviews and mentions

Posts with mentions or reviews of ts-loader. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-14.
  • webpack adoption guide: Overview, examples, and alternatives
    1 project | dev.to | 8 Feb 2024
    It'll be a little different than your typical "what is webpack?" article in that I write this as the maintainer of ts-loader, a loader used for integrating TypeScript with webpack. I've worked in the webpack ecosystem for some years now, and I'll share some of my experiences with you.
  • The Complete Guide for Setting Up React App from Scratch (feat. TypeScript)
    16 projects | dev.to | 14 Dec 2022
    why I use @babel/preset-typescript over ts-loader and awesome-typescript-loader to complie TypeScript? it's blazingly faster than the others and has more perks(read #4) ts-loader doesn't natively support HMR(Hot Module Replacement) awesome-typescript-loader's latest release is on Jun 22, 2018 TypeScript With Babel: A Beautiful Marriage - Matt Turnbull's Post
  • Converting to Typescript
    3 projects | /r/reactjs | 1 Jun 2022
    Okay. The normal setup is that you use https://github.com/TypeStrong/ts-loader or https://github.com/TypeStrong/fork-ts-checker-webpack-plugin as part of your Webpack config. Those will run the TS compilation step as part of the Webpack processing sequence.
  • Using styled-components with SWC compiler?
    3 projects | /r/reactjs | 1 Aug 2021
    I've recently tried SWC for building my project instead of ts-loader and was blown away by its performance (I got 8x-10x speedup on a Windows machine).
  • Sharing TypeScript code between Node.js and Vue.js
    1 project | /r/vuejs | 7 Jul 2021
    { "compilerOptions": { "target": "esnext", "module": "esnext", "strict": true, "jsx": "preserve", "importHelpers": true, "moduleResolution": "node", "experimentalDecorators": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl": "./", "outDir": "./dist", // https://github.com/TypeStrong/ts-loader/issues/1138 "importsNotUsedAsValues": "preserve", "types": [ "webpack-env" ], "paths": { "@/*": [ "src/*" ], "@shared/*": [ "../shared/*" ] }, "lib": [ "esnext", "dom", "dom.iterable", "scripthost" ] }, "include": [ "src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx", "../shared/**/*" ], "exclude": [ "node_modules" ] }
  • esbuild-loader: Replace babel-loader/ts-loader and benefit from the speed of esbuild while sticking with Webpack
    2 projects | /r/javascript | 28 Jan 2021
    See https://github.com/TypeStrong/ts-loader#happypackmode. Switching to esbuild-loader cut my build time in half.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 22 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic ts-loader repo stats
6
3,464
4.1
7 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com