Skip to main content

App Wide State

We implement app wide state by using ​Context.

Context

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

In Atlantis

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