Global states are managed using Redux, which allows for a component to access or update a state in a distant component without the downsides of prop drilling.

How to Work with Redux?

Learn more about the usage of components in ScandiPWA:

How to work with components?

You can also read about Context API:

How to work with React Context API?