Forum Discussion
Michael Perry
Aug 31, 2016Iron Contributor
New page experience
I know classic pages support SharePoint framework apps, but do modern pages support existing SharePoint Ad-ins? I suspect not from what I've read.
Kiril Iliev
Sep 17, 2016Brass Contributor
Hi John,
We have already started to evaluate the SP Framework and achieved some results still not described in the documentation or the blogs - for example, we have managed to implement dynamic properties (retrieving SharePoint lists and list views for the custom properties and using View's CAML to fetch data from SharePoint used in our custom components).
Just wondering what would be the case with script editors which we use to communicate with some of our provided hosted apps?
John_Sanders
Microsoft
Sep 17, 2016Thanks Kiril for your question, and playing with SPFx. I'm not exactly sure i understand your question. With the framework you can write a custom web part to access data and display it how you choose; you shouldn't need to use the script editor web part...
- Kiril IlievSep 17, 2016Brass ContributorI will try to elaborate on the business case: a user is navigated to a SharePoint page with some GET url paramters. Based on those parameters, we change the iframe hosting our provider-hosted app in order to initialize different state of the app (for example, edit mode is the most simple case).