JustinBeaudry / nextjs-starter

A batteries-included, highly opinionated Next.js starter with MUI v6, Typescript, Testing Library/Jest, Storybook, Eslint, Prettier, and Husky git hooks all wired up and ready to go.
6 stars 0 forks source link

App directory support #9

Closed JustinBeaudry closed 1 month ago

JustinBeaudry commented 1 year ago

The new app directory looks promising, but unfortunately, emotion does not currently support it. Waiting to migrate this template until the issues are resolved (or until such time as I feel it prudent to migrate away from emotion).

JustinBeaudry commented 1 year ago

Looks like there's a working example now

JustinBeaudry commented 7 months ago

Caveat: RSC still does not support Emotion: https://github.com/emotion-js/emotion/issues/2978

JustinBeaudry commented 1 month ago

Pigment CSS may be the answer: https://github.com/JustinBeaudry/nextjs-starter/issues/11