My React component relies on a React Context, using a Context Consumer.
Since my Angular app does not bootstrap any React component hierarchy, my Context Provider is not initialized.
Do you have any advice to have an initialized Context when my React component is rendered?