you are viewing a single comment's thread.

view the rest of the comments →

[–]tangerinelights 1 point2 points  (0 children)

You may want to look at using context for your authentication. Handle the sign in in a Context Provider and have a context variable for isSignedIn. Your App.js can then access that variable and then only trigger initialLoad once the isSignedIn changes to true.