-
Notifications
You must be signed in to change notification settings - Fork 27.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: migrate with-linaria
example to next-with-linaria
for Next.js 13 support
#45835
Conversation
with-linaria
to next-with-linaria
for Next.js 13 supportwith-linaria
example to next-with-linaria
for Next.js 13 support
72f90c9
to
146bb38
Compare
many, many thanks for your work @dlehmhus! It's great to see React Server Components compatible with (zero-runtime) CSS-in-JS. I'd love to hear from any Next.js maintainers whether the current incompatibilities on the Related issue on style9 SukkaW/style9-webpack#1 |
80276af
to
f7456d2
Compare
@juanferreras FYI, Next.js 13 appDir doesn't support
On the other hand, I do have a temporary workaround for the missing loader inline query issue: |
@SukkaW you actually can use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could this please be updated to latest Next.js with stable App Router?
Given this is a few months old, I'm going to close this out – but would happily review a new PR (please link back here) if you are open to fixing up this example for the stable App Router (a few changes needed here). Thank you! |
Bug
fixes #number
contributing.md
Feature
fixes #number
contributing.md
Documentation / Examples
pnpm build && pnpm lint
This PR updates the
with-linaria
template to use next-with-linaria instead of next-linaria for Next.js 13 support. Furthermore, this PR migrates the example to typescript and replaces the minimal example with the default Next.js starter template (Linaria edition).