Skip to content

ShowMemoized

Memoized version of Show component. [Show] is wrapped with React.memo, preventing re-renders when his props have not changed. Prefer this over Show in performance-sensitive trees where the parent re-renders frequently.

Demo

INFO

Memoized implementation of Show component.

Please visit Show component example to see how it works.

Released under the MIT License.