Forum Discussion
JustJim
Mar 03, 2019Copper Contributor
Sharepoint 2013 React App
I am in an odd scenario where I have a Sharepont 2013 site collection. Sadly we do not have the app model turned on so I cannot use visual studio. I am using VS code to use the create-react-app sca...
NotAlex
Mar 04, 2019Iron Contributor
Are you talking about the SharePoint Framework SPFX yomen app generator?
If so that is not supported in SharePoint 2013.
Cheers
Alex
JustJim
Mar 04, 2019Copper Contributor
Yes sadly I am aware that I have no access to SPFX. It makes me cry a little on the inside every time I think about it. That being said I found a library called sp-rest-proxy. I hope that it can do what I am asking or I really just don't know if its possible in my scenario.
- NotAlexMar 04, 2019Iron Contributor
That sounds like a really bad time man, If its simple you could just use a script editor webpart.
otherwise development choices are very limited without using visual studio/sharepoint app model
- JustJimMar 05, 2019Copper Contributor
Yeah I wish it was simple its a single page (multi view) react app I am building. It has lots of components and is starting to come together. Then of course I start testing Fetch requests and 401/cors policy issues abound. I really hate our implementation of SP2013. It literally has half of the feature set turned off. That and we are still using 2010 workflows. meh.