How can I avoid slow get state from the Redux store?
问题 I have App contains Tabs that gets data from API bassed on token I passed to the header request, So in the login screen, i dispatch an action to save token after user login and it's saved well But the issue is after user login and go to home screen "save token Action dispatched" I got error 401 unauthorized, and when I log Token in getting data function I got empty in the debugger although save token dispatched". But when I open the app again after killing App and Go to Home " because I'm