'Detect when a page loads in React
Is there a callback that is called when a react "page" finishes loading?
BACKGROUND: I have an Android webview that does some stuff when the page fully loads. It works great for normal web pages, but for react apps the webview only triggers the "loadComplete" callback when the app loads for the first time. I'd like to detect something similar for React apps, especially after the Back button is pressed.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
