GoLand 2025.1 Help

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.

  1. Select File | New | Project.

  2. In the New Project dialog, click React.

  3. 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.

  4. From the Node interpreter list, select the Node.js interpreter or specify its path.

  5. 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.

Last modified: 08 April 2025