Forum Discussion
Akhil_Arelli1309
Mar 19, 2020Copper Contributor
How do we host a sample external React Js Application within Sharepoint?
I created a sample React Js Application hosting in local server as http://localhost:3000/ . Its an NPM used Application(Node js). According to my investigation in sharepoint, if we a user need to hos...
Sudharsan K
Mar 30, 2020Iron Contributor
Hi,
Try creating a SharePoint Framework solution, which is the modern development for developing client side solution. You can use React, Angular, Vue along with typescript. Please follow the below link. You can also find how to convert the existing app to the SharePoint Framework concept.
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview
Try creating a SharePoint Framework solution, which is the modern development for developing client side solution. You can use React, Angular, Vue along with typescript. Please follow the below link. You can also find how to convert the existing app to the SharePoint Framework concept.
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview