You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Jamie, good shout... at the moment this first version of our benches assume the user has chosen a CSS-in-JS strategy as that's the case for the majority of users.
We can add a comparison to plain CSS to make the trade-off information available for those who are interested. What would you be most interested in seeing, measure mounting the same React tree but just use CSS classes to achieve the same styling?
Yeah, I would use a combination of className with a stylesheet and style with any dynamic styles. You could also make use of CSS vars to do stuff like:
The benchmarks don't tell you much about what overhead stitches is adding, only that it's less than other libraries
The text was updated successfully, but these errors were encountered: