microsoft / Microsoft-Fabric-workload-development-sample

Demonstrates how to implement a Microsoft Fabric workload in .net and typescript
Other
30 stars 16 forks source link

Reduce Redundant API calls #85

Closed michal-mano closed 2 months ago

michal-mano commented 2 months ago

Wrapping callback registration API calls in a "useEffect" hook will prevent them being re-registered during the session.