Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick Question #1

Closed
jd-carroll opened this issue May 19, 2023 · 0 comments
Closed

Quick Question #1

jd-carroll opened this issue May 19, 2023 · 0 comments

Comments

@jd-carroll
Copy link

Thanks for pulling this together and opening the redux context issue on Nextjs
(vercel/next.js#49557)

Quick Question: Under your app/ dir, you have a global.css and page.module.css. Just to confirm my understanding of how the app dir works, neither the global.css or page.module.css is actually loaded at runtime, correct?

I believe for them to be loaded, you would have to have an explicit import 'page.module.css' or import 'global.css' (that isn't commented out) -> i.e. there is no auto-magically loading of css artifacts

Appreciate any thoughts, I am migrating to the app router and away from mui all at the same time so lots to learn!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants