Skip to content

Instantly share code, notes, and snippets.

@kivircik-parantez
Created December 30, 2022 22:56
Show Gist options
  • Save kivircik-parantez/085c0cedc07d343f27639a2b1a2372cf to your computer and use it in GitHub Desktop.
Save kivircik-parantez/085c0cedc07d343f27639a2b1a2372cf to your computer and use it in GitHub Desktop.
Only runs once per app load
if (typeof window !== 'undefined') { // Check if we're running in the browser.
// ✅ Only runs once per app load
checkAuthToken();
loadDataFromLocalStorage();
}
function App() {
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment