Forum Discussion
Ramadurai Uthami
May 15, 2017Copper Contributor
Sharepoint with React.
HI All,
am planning to work on sharepoint with React application. am new to this integration stuffs. I have knowledge in React and Sharepoint. But I dont have any idea How to start integrate both.
Can anyone pleae share the sample step how to setup the environment and sampe application.
Thanks in Advance.
Ramadurai.
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).
7 Replies
Sort By
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 UthamiCopper 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.
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.