Using React custom JSX components in forge

Hi everyone,

I am currently trying to migrate a connect application to forge and I am having problems with our .jsx components.

When running forge deploy I get the error TS2304: Cannot find name 'ForgeUI' for all .jsx files. Does anyone know what could be wrong here or know of a working example using React JSX components?

This depends on if you’re using UI kit or Custom UI when modifying your app.

ForgeUI is part of UI kit.

To see examples of UI kit and Custom UI apps you can use the Forge CLI to generate apps which are “hello world” apps that do build and deploy with the necessary dependencies and build configs.

There are more complex examples available but I think the above will help in this situation.

Do let us know if you have additional questions.