1.36.0 • Published 2 months ago

@s-ui/hoc v1.36.0

Weekly downloads
1,140
License
-
Repository
-
Last release
2 months ago

sui-hoc

Set of useful HoCs

withContext

Provide the legacy context to the tree of components.

withSUIContext

Provide the new React API Context to the tree of components.

withAllContexts

Provide both contexts to the tree of components.

avoidSSRRender

By default the component never is rendering, but in the client is render after the component is mount.