React
React is a JavaScript library for building user interfaces. For more information, refer to the official React documentation.
Before creating a React App project, make sure to install the Node.js interpreter. You can download it from the official Node.js website.
Select .
In the New Project dialog, click React.
In the Location field, specify the project location. Make sure the project name does not contain capital letters, as this is a restriction for npm packages. Learn more at npm-safe-name on npmjs.com.
From the Node interpreter list, select the Node.js interpreter or specify its path.
Click Create to create the project.
Optional:
To use TSX instead of JSX, select the Create TypeScript project checkbox. GoLand will generate .tsx files for your application and a tsconfig.json configuration file.