BlueBaseConsumer đ
Since BlueBase is build using React's context functionality, it is possible to access the BlueBase context (often referred to as BB
) using the same API used by any other context consumer. This is done by using the BlueBaseConsumer
component.
Usage
Use it just like any other react component.
Last updated