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

It would be nice to list the main differences between the two projects, since there is quite a lot of overlapping functionality and can be somewhat confusing to developers who...

### Is this a bug report? Yes ### Can you also reproduce the problem with npm 4.x? Didn't try. I think this is irrelevant. I have 5.6.0 ### Which terms...

Hi, Source maps do not work if I add a `.js` or `.jsx` file and then try to do live dev using `yarn start`. This works in `yarn build` however....

I have created some projects using create-react-app-typescipt, and would like to get rid of babel as a dependency. From #394 I have understood that babel is not (meant to be?)...

CSS modules can't work without this file, the 'Cannot find module './xxx.module.css'.' error is thrown without it To reproduce the error: simply follow the first instructions of the [official guide](https://facebook.github.io/create-react-app/docs/adding-a-css-modules-stylesheet#docsNav),...

I guess it is not possible using to use [jest-extended](https://github.com/jest-community/jest-extended) without ejecting?

Whenever I use this way of creating the react app, and then install husky, the hooks don't seem to work! Is there something I am doing wrong? :D! ``` {...

### Is this a bug report? Yes ### Can you also reproduce the problem with npm 4.x? Yes ### Which terms did you search for in User Guide? `Uncaught TypeError:...

### Description The apparent recommended solution for achieving absolute imports, most recently referenced in #119, is to add a `node_modules` folder or symlink in `src`. Because NODE_PATH doesn't work in...

enhancement
needs discussion
fb-cra-issue