'Is it possible to make React component to WASM(Web Assembly)?

I am trying to make a universal component that can be used through out all other frameworks like Angular or Vue.

In short, I am trying to use a React component in Angular without using module federation. (Or even in Vue if possible)

Is there an way to convert React component into a wasm pkg?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source