The Context API is here to solve some of those conundrums by: Centralizing a global application state : Instead of being limited to local states on views, you can now share data on one central component and spread to its inner components (children, grandchildren and so forth).