Closed AlessioGr closed 6 days ago
The biggest difference comes from calling RenderServerComponent as a function, instead of rendering it by using <RenderServerComponent.
RenderServerComponent
<RenderServerComponent
This gets rid of wasteful blocks of codes sent to the client that look like this:
HTML size comparison:
🚀 This is included in version v3.0.1
The biggest difference comes from calling
RenderServerComponent
as a function, instead of rendering it by using<RenderServerComponent
.This gets rid of wasteful blocks of codes sent to the client that look like this:
HTML size comparison:
Admin test suite
Fields test suite
Community test suite