@baristalabs/react-scripts-ts

2.11.8 • Public • Published

react-scripts-ts

This package forks create-react-app-typescript and adds additional loaders, plugins and newer webpack usage as described below.

Getting Started

$ create-react-app my-ts-app --scripts-version=@baristalabs/react-scripts-ts

Additional Resources

Enhancements over create-react-app-typescript:

  • Better Typescript Support via Awesome-Typescript-Loader & tslint support.
    • Note: some of the benefits of awesome-typescript-loader have been superceeded - both babel and fork checking is now in ts-loader, so... will re-evaluate later.
    • fork-ts-checker-webpack-plugin doesn't seem to be picking up configuration and is looking at all files, not just /src/**.*
  • Polyfills via core.js
  • Additional loaders:
    • scss-loader (*.scss and inline)
    • worker-loader (*.worker.js and inline)
    • raw-loader (.tsc .tsxc and inline)
  • Webpack 3.x support.
  • Produces runtime/vendor/main files as seperate chunks
  • Incorporates suggestions for code splitting and tree shaking.

Loader support in Typescript:

update tsconfig.json and add loaders via:

"compilerOptions" {
    "paths": {
        "loader!*" : ["*"]
    }
}

See: https://github.com/Microsoft/TypeScript/issues/10988

Readme

Keywords

none

Package Sidebar

Install

npm i @baristalabs/react-scripts-ts

Weekly Downloads

5

Version

2.11.8

License

MIT

Unpacked Size

210 kB

Total Files

35

Last publish

Collaborators

  • baristalabs