Forum Discussion
How to package the react application and integrate in Sharepoint On-premise
Thank you .
How can we write the React application in Sharepoint on-premise.
Ramadurai.
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, 2017Copper 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.
- Topgear390Mar 12, 2019Copper Contributor
Hello Mr Robin,
i am so sorry your ansewer is not clear he need to bundle The application before push it to the tenant or create Build option in npm to create all Js file and after that upload all inside /shaproint/sitesAssets like files and point all application to that file.
can i ask you mor details about the steps to deploy a simple react application in sharepoint 2013 or 2016 ?