Javascript – Is there any way to initialize a context with data from an api?
I'm trying to create a context whose default value will come from an external source. I would need to do something similar to doing the fetch outside of an asynchronous function (I don't think this is possible). The question is:…