GoLand 2026.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 runtime. You can download it from the official Node.js website.

  1. Select File | New | Project….

    Alternatively, navigate to New | Project on the Welcome to {0} dialog.

  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 runtime list, select the Node.js runtime 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.

03 November 2025