testing perfomance #855
Unanswered
darklight9811
asked this question in
Help
Replies: 1 comment 2 replies
-
Hey, you can get access to the CSS by using But in short, based on your example above, it will use the same CSS rule, as they're hashed by style object. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been testing some things to see how well stitches would perform, I couldn't give myself enough time to understand the code so would like to ask the developers. When we have the same variant declared twice, do they load twice into the stylesheet? Or do they know that they were already declared and prevent being thrown twice into the memory?
Ex
When I tried to debug, I couldn't find where the style was being stored in memory to see it if was duplicated.
Beta Was this translation helpful? Give feedback.
All reactions