create-react-app-typescript icon indicating copy to clipboard operation
create-react-app-typescript copied to clipboard

DEPRECATED: Create React apps using typescript with no build configuration.

Results 100 create-react-app-typescript issues
Sort by recently updated
recently updated
newest added

Hi folks! We currently link to this project from React documentation. I haven’t tried it personally but I assumed it would follow the philosophy in CRA. In particular, we don’t...

Hi everyone! I'm using `new URLSearchParams()` in my project and apparently older versions of jest don't support that which results in the following error: ``` ReferenceError: URLSearchParams is not defined...

1. fix error about `@keyframes logo-spin` 1. In order to maintain the same behavior as the [create-react-app](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-a-css-modules-stylesheet), we need use `App.module.css` rather than using `App.css` to enable css-module 1. add...

### Is this a bug report? Yes npm WARN deprecated [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools. npm WARN deprecated [email protected]: Browserslist 2...

### Is this a bug report? Yes. const enums are not inlined when building (npm build / yarn build). The reason can be understood here https://github.com/Microsoft/TypeScript/issues/11202 And the problem/feature is...

Hi, I have to include my react app in a rails application. Can I remove the hash from the generated output files?

I’m getting a ModuleBuildError: Module build failed: BrowserslistError: Unknown browser query ‘dead’ in chrome in my UAT env which is running off a Linux docker container Currently running v3.1.0 of...

I know this have been discussed before in #180, but is there any rationale behind the fact that this typescript fork doesn't (yet) support CSS modules ? This have been...

Supersedes #399 without the `package-lock.json` file. Fixes #359.

### Is this a bug report? On the border of bug report and feature request. I have a React application that I am using [code-splitting](https://webpack.js.org/guides/code-splitting/#dynamic-imports) in. When the component that...