2023-07-11 18:22:44

It occurs to me that I don’t have a mental model for … hmm … dynamically “binding” stuff in React.

I want to compile some React thing that will load in the browser that uses an API provided by some other thing that someone else compiled that loads in the browser.

Seems simple but I’m scratching my head here.

Anyone?