Migrating Existing React Project to Next.js 14 While Retaining Material-UI v4
I’m currently working on a project that involves migrating an existing React application to Next.js. However, I have a requirement from my client to maintain the use of Material UI version 4 for the time being.
nextjs with mui emotion cache append all styles on every hot update
When I save some changes in component and hot update hits, on the same update, number of styles in head element generated by MUI almost double and same with another hot update.