Convert Project

22 Feb 20232 minutes to read

Syncfusion React conversion is a Visual Studio add-in that converts an existing React application into a Syncfusion React Web application.

The Syncfusion React Project conversion are available from v17.3.0.9.

The steps below help you to convert the React application to Syncfusion React application through the Visual Studio:

  1. Open your existing React application or create a new React application

  2. To open the Syncfusion Project Conversion Wizard, follow either one of the options below:

    Option 1:

    Choose Extensions-> Syncfusion-> Essential Studio for ASP.NET Core ->Convert Project… in Visual Studio menu.

    convert project

    In Visual Studio 2017, you can see the Syncfusion menu directly in the Visual Studio menu

    Option 2:

    Right-click on the React Application from the Solution Explorer and select the Syncfusion Web and choose the Convert to Syncfusion React application…

    convert to syncfusion

  3. The Syncfusion React Project Conversion window will appear. You can choose the required version of Syncfusion React version, Assets from, and Themes to convert the application.

    project-conversion-wizard

    The Syncfusion React versions are loaded from published Syncfusion React NPM package versions and it requires the internet connectivity.

    The following configurations are used in the Project conversion wizard.

    Assets From: Load the Syncfusion Essential JS 2 assets to React Project, from either NPM, CDN, or Installed Location.

    Installed location option will be available only when the Syncfusion Essential JavaScript 2 setup has been installed.

    Choose the Theme: Choose the required theme.

  4. Check the “Enable a backup before converting” checkbox if you want to take the project backup and choose the location.

  5. Once the conversion process completed, will get the success message window.

    project-backup

    if you enabled project backup before converting, the old project was saved in the specified backup path location, as shown below once the conversion process completed.

    BackupLocation

  6. The required Syncfusion React NPM packages with selected version, scripts and selected style are added in the application.