Composables
The section on composables describes context composables, shared composables and how to overwrite composables.
Context Composables
Context composables allow for a more granular way of sharing state between components.
Shared Composables
Sometimes we want only one instance of a specific composable to be shared between all components.
Overwriting Composables
Replace and overwrite almost any part of the composables package in order to achieve highly customized solution.