Skip to main content

Providers in _app.ts

Prerequisites

  • An understanding of [React Context] TODO: Add link
  • An understanding of [Customizing Nextjs _app.ts] TODO: Add link

Overview

In /composable-ui/pages/_app.ts, we wrap the application with two Provider components that expose data and functionality to the global app level.

SessionProvider TODO: explain this provider

Composable TODO: explain this provider