Closed marcelltoth closed 3 years ago
:tada: This PR is included in version 4.0.0-beta.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 4.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Times in parenthesis are mounting times of the 2x-stress schema story in Storybook.
SchemaRow
and beyond (1590ms -> 850ms)The problem with mosaic components is that for almost 0 gain (beyond type-checking of style-props), you render yet another element, and especially yet another
forwardRef
-ed element, both of which eat up performance as you scale.