opencomponents / oc-template-react

⚛️ Module for handling React templates in OC
MIT License
23 stars 16 forks source link

Merge with oc-template-typescript-react #655

Open ricardo-devis-agullo opened 1 year ago

ricardo-devis-agullo commented 1 year ago

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.

ricardo-devis-agullo commented 1 year ago

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?