Forum Discussion

Excal730's avatar
Excal730
Copper Contributor
Nov 23, 2020

SPFX sharepoint online webpart subscibe to list webhooks

Hi all,
I would like to know if is possible to develop spfx Sharepoint online webpart with similar behaviour which is in standard SharePoint list (document library) view webpart for example - when data in underline list is updated web part is automatically updated without any page reload.
I know about this possible solutions:
1) query list in intervals and check for update
2) Use webhooks on list with combination with custom Azure Functions -> SignalR or something similar.

Is there any simple solution how for example sign for webhook directly in webpart.
Thank you.
Tomas

5 Replies

Resources