Using React libraries in Forge

Hi,

I am new with forge and I have a question about it. Can we use React libraries such as MaterialUI in the forge? If yes where can I find a sample about it?

Thank you

You can use Forge Custom UI to “define your own user interface using static resources, such as HTML, CSS, JavaScript, and images”:

The Forge platform hosts your static resources, enabling your app to display custom UI on Atlassian products. Custom UI apps inherit modern security features to ensure high trust between Atlassian, developers, and users.

The Forge CLI’s forge create flow meanwhile provides a ‘Custom UI’ category to ease getting started with templates for most modules that support Custom UI.

The Forge example apps section features the Todo app, which is a more comprehensive example with a React based frontend (see todo-app-custom-ui/static/spa/).

3 Likes