Replies: 1 comment
-
That's very interesting and i'm very keen on knowing the reasons behind this. would you be able to provide a minimal reproduction of the issue? like a codesandbox with Stitches and with SC so that we could easily compare and debug what's behind this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I have recently migrated my site over to stitches (from styled components) and really like some of the features.
One issue I am facing though is that my Google Lighthouse performance score is let down the style & layout impact on the main thread work:
I'm assuming this is some how caused by stitches and was wondering if there are any tips on improving this?
I am using this with NextJS essentially copying the way its done in the NextJS with stiches example. This is using
@stitches/react
version1.2.6
.Thanks
Beta Was this translation helpful? Give feedback.
All reactions