next-ssr-ts-swc-mui-sc-example
Using styled-components as an engine at this moment is not working when used in a SSR projects with bable. The reason is that the babel-plugin-styled-components is not picking up correctly the usages of the styled() utility inside the @mui packages. As a solution we could able to use SWC compiler. This is a example code base which has been configured to use