May 16 2017 02:14 AM - edited May 16 2017 02:15 AM
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.
May 16 2017 02:19 AM
May 16 2017 02:26 AM
Thank you .
How can we write the React application in Sharepoint on-premise.
Ramadurai.
May 16 2017 02:30 AM
You could develop a classic SharePoint Add-In and use the React Framework in your front-end for example.
May 16 2017 03:03 AM
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.
May 18 2017 08:12 AM - edited May 18 2017 08:12 AM
May 18 2017 08:12 AM - edited May 18 2017 08:12 AM
Yes that's also possible. You can place anything you want into a Script Editor Web Part at least it is valid JS code.
Mar 12 2019 09:24 AM
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 ?