opencomponents / oc-template-react

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

update to use vite #657

Open ricardo-devis-agullo opened 1 year ago

ricardo-devis-agullo commented 1 year ago

This moves to vite for compiling, adding among other things out of the box support for Typescript, any Css solution and more. Apart from support for the new React 18 API createRoot.

Closes #655 and #652