'Problems with ReactJs, SignalR, .Net Core and SQL Notifications

If I make any change in SQL table row then UI should automatically refresh the new changes without pressing F5 or reloading the browser. But it is not happening. Here I am using ReactJS as a client. I have seen several examples with SignalR + .Net Core + SqlDependency and Javascript/jQuery as client side, but I did not find any example with ReactJs as client with SqlDependency. So, could someone please help me on this?

On the initial page load, the notification works as expected and writes a response to the console. However, when the database updates, the email notifications fire, however, the clients do not update. I stuck as to where to go from here. Any help would be appreciated.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source