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 ...
Robin Güldenpfennig
Brass Contributor
Hi 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.
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 Uthami
May 16, 2017Copper Contributor
Thank you .
How can we write the React application in Sharepoint on-premise.
Ramadurai.
- Robin GüldenpfennigMay 16, 2017Brass Contributor
You could develop a classic SharePoint Add-In and use the React Framework in your front-end for example.
- Ramadurai UthamiMay 16, 2017Copper Contributor
You meant to say Sharepoint app. ?
I am sorry If my question is chilly.
Instead of using SharePoint app Can we write the React code and directly place into the script editor webpart and run in Sharepoint On Premise.
Ramadurai.
- Robin GüldenpfennigMay 18, 2017Brass Contributor
Yes that's also possible. You can place anything you want into a Script Editor Web Part at least it is valid JS code.