I have a really big and old react application (using node 12.16.1). For clarity purposes let’s say it’s a Dashboard. It contains another React app (microfrontend) that has been upgraded to node 20 (Let’s say it’s the main page of the dashboard). And it uses another React+Storybook application for UI components such as buttons, modals and many others.
Would it be possible upgrading the React+Storybook to vite? I’ve seen in their documentation that it requires Node 18+. 20+.
Vite requirement
I have doubts as, even though the microfrontend has been upgraded, it’s still embedded in a much older application.
I tried running the new storybook in the microfrontend and it works as Standalone.
Working Bullet component
But when working integrated in the bigger and older app:
I’ve seen it has issues parsing the .css
Parse error
Félix Jiménez González is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.