Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

create-react-app

Change the TypeScript version of VSCode

When I create a TypeScript React app with create-react-app app-name --template typescript and try to edit it in VSCode, I get the following error message Cannot use JSX unless the '--jsx' flag is provided. ts(17004) error. I found out that…

TypeScript Recommendation

When I write JavaScript programs, I use TypeScript. Originally, I had written JavaScript directly, but the React component I wanted to use was written in TypeScript, so I tried writing it in TypeScript to see how it worked. I ended up not …