stoplightio / json-schema-viewer

A JSON Schema viewer React component
Apache License 2.0
175 stars 37 forks source link

perf: improve performance #113

Closed marcelltoth closed 3 years ago

marcelltoth commented 3 years ago

Times in parenthesis are mounting times of the 2x-stress schema story in Storybook.

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.

stoplight-bot commented 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:

stoplight-bot commented 3 years ago

:tada: This PR is included in version 4.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: