React.js

Hey guys, is it possible to use react library in custom code widget?

Thank you for answers.

Hi at @Deivydas_Mazeika, yes :slight_smile:

1 Like

Yes, it is possible to use the React library in a custom code widget. React is a JavaScript library for building user interfaces, and it can be integrated into various web applications or components, including custom code widgets.

To use React in a custom code widget, you would typically follow these steps:

  1. Set up the environment: Make sure you have a suitable development environment with Node.js and a package manager like npm or Yarn installed.
  2. Initialize the project: Create a new project folder and initialize it using the package manager. For example, if you’re using npm, you can run npm init in the project folder to create a package.json file.