Forum Discussion
SharePoint Online - Custom Web Part
Hello,
I am new to the community so any information will be helpful! Is it possible to do something like this in SharePoint Online? The method was developed for SharePoint 2013 but I am looking to develop this in SharePoint Online. Can I upload the aspx files to SharePoint online and reuse the code?
-Generate latitude and longitude, then uploading that information to a SharePoint list
https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-script-editor
I am following some guides but I am currently stuck.
To re-use what you have built on SharePoint 2013, you can create provided hosted app and host your existing aspx pages in Azure web app.
You can also built similar functionality in SharePoint Framework (JavaScript Framework) and using PnP SPFx Controls React which provides similar controls for map.
https://sharepoint.github.io/sp-dev-fx-controls-react/controls/Map/
To learn more about SharePoint Framework, you can visit below links:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview
- Rahul SuryawanshiBrass Contributor
To re-use what you have built on SharePoint 2013, you can create provided hosted app and host your existing aspx pages in Azure web app.
You can also built similar functionality in SharePoint Framework (JavaScript Framework) and using PnP SPFx Controls React which provides similar controls for map.
https://sharepoint.github.io/sp-dev-fx-controls-react/controls/Map/
To learn more about SharePoint Framework, you can visit below links:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview