Forum Discussion
Sharepoint with React.
- May 15, 2017
No...
You could use React in SharePoint On-Premise, but not (yet) using SPFx. But you could simply use a script editor webpart and place the correct script directives in it for using React and start scripting. Just as you would do using other frameworks or libraries. You could also use other techniques to get it available on your pages (use page layout, inject javascript using user custom action, etc).
Hi Ramadurai Uthami,
I would start with
https://dev.office.com/sharepoint/docs/spfx/web-parts/get-started/build-a-hello-world-web-part
When running:
yo @microsoft/sharepoint
you shoudl select React when being asked about the framework.
- Ramadurai UthamiMay 15, 2017Copper Contributor
Thank you . I just followed the above like. It works fine . But I dont know how to deploy this webpart in SharePoint 2013.
Can you assist me How to deploy in SharePoint 2013 On-premise
Ramadurai.
- May 15, 2017
No. :-(
The new SPFx is not available in SharePoint On-premises. I would expect that it will become availabel at some point for SharePoint 2016. Not sure if this will ever become available in 2013.
- Ramadurai UthamiMay 15, 2017Copper Contributor
Thank you .
So we could use the React only in Sharepoint Online and Office 365. not in Sharepoint onpremise ??
Ramadurai.