fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process. (by TypeStrong)

Fork-ts-checker-webpack-plugin Alternatives

Similar projects and alternatives to fork-ts-checker-webpack-plugin

TypeStrong
fork-ts-checker-webpack-plugin
  1. SaaSHub

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

    SaaSHub logo
  2. TypeScript

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

  3. create-react-app

    Set up a modern web app by running one command.

  4. esbuild

    An extremely fast bundler for the web

  5. Moby

    The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

  6. DefinitelyTyped

    The repository for high quality TypeScript type definitions.

  7. swc

    Rust-based platform for the Web

  8. tools

    Discontinued Unified developer tools for JavaScript, TypeScript, and the web

  9. sucrase

    Super-fast alternative to Babel for when you can target modern JS runtimes

  10. runtypes

    Runtime validation for static types

  11. webpack-dev-server

    Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.

  12. webpack-cli

    Webpack's Command Line Interface

  13. esbuild-loader

    💠 Speed up your Webpack with esbuild ⚡️

  14. langs-in-rust

    A list of programming languages implemented in Rust, for inspiration.

  15. babel-loader

    📦 Babel loader for webpack

  16. ts-loader

    TypeScript loader for webpack

  17. vite-ts-tailwind-starter

    Opinionated Vite + Vue 3 + TypeScript + Tailwind CSS starter template w/ tests and CI.

  18. esbuild-register

    Transpile JSX, TypeScript and esnext features on the fly with esbuild

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

fork-ts-checker-webpack-plugin discussion

Log in or Post with

fork-ts-checker-webpack-plugin reviews and mentions

Posts with mentions or reviews of fork-ts-checker-webpack-plugin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-01.
  • 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.
  • Announcing Parcel CSS: A new CSS parser, compiler, and minifier written in Rust!
    8 projects | /r/rust | 12 Jan 2022
    I work on a TypeScript project of similar size and complexity, and ours does not take even nearly that long to compile on save. Have you tried fork-ts-checker-webpack-plugin? We had compile times similar to yours until we started using it. Went from >60s to <1s builds in development. It's very simple to set up.
  • Do you guys compile with ts-loader or babel-loader?
    4 projects | /r/typescript | 24 Dec 2021
    Yeah, I mean less loaders = less time. Did you try fork ts checker and compileOnly? https://github.com/TypeStrong/fork-ts-checker-webpack-plugin
  • Hey when I want to run a vue frontend I need to increase my memory size, because js jumps out of memory.
    2 projects | /r/node | 3 Sep 2021
    That worker/memory limit is for the type checking only (rather than runtime memory), I believe this is done using https://github.com/TypeStrong/fork-ts-checker-webpack-plugin
  • Adding Typescript to your Existing Rails App
    7 projects | dev.to | 27 Jul 2021
    There are many ways to integrate TypeScript with an existing Webpack configuration. If you use the babel-loader package to transpile JavaScript files, you can add the @babel/preset-typescript preset to generate JavaScript files and the Fork TS Checker Webpack Plugin package to run the TypeScript type checker so that the build fails if there are type errors.
  • Blazing fast TypeScript with Webpack and ESBuild
    7 projects | dev.to | 28 Jun 2021
    esbuild-loader (secret sauce!) fork-ts-checker-webpack-plugin (helps us with typechecking) nodemon-webpack-plugin (We can also use webpack-dev-server)
  • Debugging with developer tools
    1 project | /r/Zettlr | 6 Jun 2021
    I cloned github repo into a new dir, ran install with --frozen-lockfile and test-gui with --clean and got the same error. Looks like it's coming from fork-ts-checker-webpack-plugin and then found this among its reported issues: (https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/issues/562).
  • Why Is Esbuild Fast?
    18 projects | news.ycombinator.com | 16 Feb 2021
    You may want to check out this webpack plugin [1], though I'm not sure how much it could get you there.

    [1] https://github.com/TypeStrong/fork-ts-checker-webpack-plugin...

  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic fork-ts-checker-webpack-plugin repo stats
8
1,965
4.8
5 months ago

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