# Functions
NewStore creates a new global state store to be kept in the global memory of the application.
# Structs
ConsumerProps are the properties to assign to the Consumer component, use as the generic type.
Store stores an arbitrary state type in-memory.