Forum Discussion
Ramadurai Uthami
May 16, 2017Copper Contributor
How to package the react application and integrate in Sharepoint On-premise
HI All,
I have a sample application in React which will give the sample list items in table view. Now I want to package it and run it in sharepoint on premise .
Can anyone say How to package and run it .
Thanks & Regards,
Ramadurai.
- Robin GüldenpfennigBrass ContributorHi Ramadurai,
the deployment of SharePoint Framework applications is currently only possible on SharePoint Online Tenants.
It is planned to support On-Premise installations as well in the future.- Ramadurai UthamiCopper Contributor
Thank you .
How can we write the React application in Sharepoint on-premise.
Ramadurai.
- Robin GüldenpfennigBrass Contributor
You could develop a classic SharePoint Add-In and use the React Framework in your front-end for example.