The oc-template-typescript-react has been supporting both Typescript and Javascript for quite a while now, and in general is more mantained. Since this template is the official one, makes sense we merge the other one here, so we can deprecate oc-template-typescript-react and use this one only moving forward.
Ability to init with multiple templates (reference in https://github.com/opencomponents/oc/issues/1331) will allow this template to let you choose between TS flavour or JS depending on your preference.
btw @matteofigus, seems like I don't have NPM permissions for oc-template-react and oc-template-react-compiler packages. Could you take a look at that?
The oc-template-typescript-react has been supporting both Typescript and Javascript for quite a while now, and in general is more mantained. Since this template is the official one, makes sense we merge the other one here, so we can deprecate
oc-template-typescript-react
and use this one only moving forward.Ability to init with multiple templates (reference in https://github.com/opencomponents/oc/issues/1331) will allow this template to let you choose between TS flavour or JS depending on your preference.