Forum Discussion

williswin's avatar
williswin
Copper Contributor
Aug 28, 2019
Solved

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...
  • Rahul Suryawanshi's avatar
    Aug 28, 2019

    williswin 

     

    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

Resources