BlueBaseConsumer π
Usage
import { BlueBase, BlueBaseConsumer } from '@bluebase/core';
export const CustomComponent = () => (
<BlueBaseConsumer>
{(BB: BlueBase) => {
// Use Context here
}}
</BlueBaseConsumer>
);Last updated
Was this helpful?