The Orbeon Forms React component can be used in any React application. To use it, add @orbeon/react to your dependencies, typically in your package.json file, like this:
{"dependencies":{"@orbeon/react":"^1.0.7"}}
Usually, this is done via the command line:
npminstall@orbeon/react
The Orbeon Forms React component is based on the JavaScript embedding API, but you don't need to include it explicitly using a <script> tag. The React component will include it automatically.