Skip to main content

App Wide State

Context

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

reactjs.org has a tutorial for Context and the official documentation can be found here.

We currently use Context in Atlantis. One example of this is AuthContext. It currently stores user info that can be used across the app.