I want to dynamically determine function dispatch in my python code. Like so : https://docs.python.org/3/faq/programming.html#how-do-i-use-strings-to-call-funct
I want to dispatch an action whenever any page or component of my app loads. So what I am trying to do is to dispatch the action using store.dispatch inside use