Hi,
I am trying to build a remote plugin for the vSphere Web Client following the instructions from the https://developer.vmware.com/web/sdk/7.0/client.
Wanted to check if I can use a ReactJs app as a plug-in frontend instead of using Angular as used in the sample project. Any guidelines regarding using React for the plugin-ui?
You can use any technology of choice for your plugin's front-end.
The front-end API for remote plugins is written in pure JavaScript so you can use it in any technology.
Best Regards,
Denis