Syncfusion provides the Visual Studio Project Templates for creating the Syncfusion React Application. The Syncfusion React application creates the application with the required Syncfusion references, namespaces and CDN links for making the development earlier with the Syncfusion components.
The Syncfusion React project templates are available from v17.1.0.47.
The following steps help you to create the Syncfusion React Application through the Visual Studio:
Option 1:
Choose the Extension->Syncfusion-> Essential Studio for ASP.NET Core -> Create New Syncfusion Project… in the Visual Studio menu.
Option 2:
Choose File > New > Project in Visual Studio. The Create a new project dialog opens. You can get the Syncfusion provided templates by filtering the Project type with Syncfusion or use the Search option with the key word of Syncfusion.
Choose the Syncfusion React.js template and choose required theme and asset.
Syncfusion adds the required latest version of Syncfusion NPM packages and Style links.
The following NPM package is added in Syncfusion React application in a package.json file.
Selected theme (while creating the project) is added based on selected assets.
If selected assets are CDN , style link is added to the cdn link in ClientApp/src/index.html file.
If selected assets are NPM, style is referred from installed npm package in ClientApp/src/index.html file.