I built a small react application using the create-react-app build configuration. The idea is that this app will be used like a widget which takes one parameter, an id of an element that will be used as a container for the app, so it can be embedded into any html page. Has anyone successfully done this? thanks,
this is similar to this this question