This is the basic idea behind Redux: a single centralized place to contain the global state in your application, and specific patterns to follow when updating that state . You can use redux to store the state and you can use it to any component without worrying about the hierarchy.