This repository was archived by the owner on Apr 25, 2026. It is now read-only.
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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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/reactversion1.2.6.Thanks
All reactions