Hey guys, is it possible to use react library in custom code widget?
Thank you for answers.
Hey guys, is it possible to use react library in custom code widget?
Thank you for answers.
Hi at @Deivydas_Mazeika, yes
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:
npm init
in the project folder to create a package.json
file.