Definition of React DatabaseContext context. Default value is undefined
React Component wrapping obtained children with DatabaseContext provider, so useDatabase can be called from any component in the children subtree. This is the only place where createDatabaseContext is called.
React Hook for obtaining DatabaseContext from any component under DatabaseProvider.
Generated using TypeDoc
This file contains mix of React components and hooks useful for obtaining the DatabaseContext from any component in the project.