Sep 09 2022 01:00 AM
Hi guys,
I'm new to SharePoint development and currently trying to figure out the best approach/technologies to implement the following user experience:
Which SPFx components do I need to use for that: webparts, extensions or both?
What about the impersonation? Can I create a SharePoint application that will redirect UI calls to my back-end along with a JWT so I could verify them, serve requests back to the UI?
Last, but not least: would it be possible to have everything above in one application for both SharePoint Online and SharePoint 2019 or would it be two separate apps?
Thanks