I want to create office addin using yo office generator that allow me to configure SSO features with react project
I have created my addin using
yo office
I refer official docs from Microsoft here
That library will generate code but in javascript or typescript
If I create my addin with Javascript language with SSO feature enabled then how should I used react and redux component in same workspace?
