create-react-app-typescript
create-react-app-typescript copied to clipboard
DEPRECATED: Create React apps using typescript with no build configuration.
### Is this a bug report? No, its question.. ### Q1 On npm website link redirects to different github project(https://github.com/wmonk/create-react-app) instead of this project (https://github.com/wmonk/create-react-app-typescript/). NPM link: https://www.npmjs.com/package/react-scripts-ts Is it...
Ever since I started using create-react-app for my Typescript projects, I've noticed that I have to disable quite a few impossible linting rules that make life very hard for a...
Hi, What i'm doing wrong ? ``` class ProtectedRoute extends React.Component { constructor(props: any) { super(props); } public render() { const { component: Component, ...rest } = this.props; return (...
### Environment 1. `npm ls react-scripts-ts` (if you haven’t ejected): └── (empty) 2. `node -v`: v8.4.0 3. `npm -v`: 5.3.0 4. `yarn --version` (if you use Yarn): 0.27.5 1. Operating...
> EDIT: I made a PR in the official react-scripts repo: [TypeScript support using Babel 7](https://github.com/facebook/create-react-app/pull/4837) > EDIT: It was merged! --- ### Is this a bug report? No ###...
I'm updating my application right now and debugging some dependency issues. I just updated to Typescript 3 and updated react-scripts-ts to "3.1.0". I'm currently getting an error when I run...
Is anyone out there maintaining this?
CRA 2.0
Any thoughts when will we be able to support CRA 2.0? There is this PR https://github.com/wmonk/create-react-app-typescript/pull/409, just wondering what's remaining to get it through. Thanks.
I recently tried out version `4.0.8`. Mainly for the reason that SASS files are supported (i.e. you can directly import `scss` files in your `tsx` files). It works pretty well...
Attempt to fix #430.