Create a visual element plugin uding node modules

I want to insert react components to my Bubble web app.
I was thinking on creating a visual element plugin for those components. I’m using some packages and node modlues in my components and I saw that bubble allows using node modlues just in server side action.
Is there an option to use node modules also in visual elements / frontend side?

Thanks in advance.

No but that’s because the browser speaks. Babel and not node.

I would check articles out like this one. Essentially you need a way to translate and compile the node code into vanilla js

Pain in the ass IMO

Sounds like, thanks man!