In C# you could allow users to access a SharePoint list they have no access to by using SPSecurity.RunWithElevatedPrivileges(delegate () .....etc. Is there a way achieving the same functionality using TypeScript and SPFx ?
As SPFx and TypeScript / JavaScript run in the browser which runs in the context of the user. How can I create a webpart to, for example, allow a user to update their timesheet without giving everyone modify access to the TimeSheets List ?