Skip to main content

App Wide State

We solve the issue of app wide state by using ​Context.

Context

React Documentation for Context can be found at https://beta.reactjs.org/learn/passing-data-deeply-with-context.


  • Example:

  • AuthContext