Javascript in react

Hello

Is it possible to use javascript as a component in react?

thanks,
Saeed

I’m confused by the question. Is this what you are looking for?
Use Advanced JavaScript in the React Render Method

I want to use a javascript Image editor in a react project.
Is this possible? if yes, How?

Hello there ~

I think this can help you.

You can use other libraries with React but there are some things to be aware of.


If you can find a React component (or “reactified” versions of the libraries) instead of using plain JS libraries it’s usually better.

1 Like

I wanted to use imagerjs.

1 Like

Here is they website.