Does the web client require react?

Hi

I am integrating the web client into my application. Although I seem to get an error “Uncaught ReferenceError: React is not defined” when I include the script

<script src="https://source.zoom.us/zoom-meeting-1.0.0.min.js"></script>

Does this mean, my application has to support react?

I am using Angular2 and I would rather not include react into my application. 

Hi Prakash,

 

The webclient does require react. The recommended approach is to use the webclient stand alone and not embed it into your application.

Oh I see. 

Alright. 

The Web Client SDK can be used in any frontend framework.

Here are some sample apps:

Thanks,
Tommy