App Context
Last updated
Was this helpful?
Last updated
Was this helpful?
The AppContext is a higher-order component (HOC) that stores global objects and methods used throughout your application, such as:
user credentials
(sign in, authorizeUser, signout)
methods (show, hide)
methods (show, hide)
You can then use any of these methods anywhere in your application by importing the AppContext
into your components.