项目作者: purelledhand

项目描述 :
🚀 The Create React App TypeScript template for improving build performance.
高级语言: TypeScript
项目地址: git://github.com/purelledhand/cra-template-typescript-fast-build.git
创建时间: 2020-11-28T17:16:15Z
项目社区:https://github.com/purelledhand/cra-template-typescript-fast-build

开源协议:MIT License

下载


cra-template-typescript-fast-build

npm version

The Create React App TypeScript template for improving build performance. 🚀

Original Create React App README available here

Usage

  1. yarn create react-app your-project-name --template typescript-fast-build
  1. npx create-react-app your-project-name --template typescript-fast-build

Motivation

As the CRA project’s scale grows and crosses the threshold, the build speed will exponentially slow. This is because the CRA built-in plugin in charge of the TS type check process is slow.

This template removes the plugin and provides a lighter and faster type check process, providing 10 times faster speed than the existing CRA built-in plugin.