Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 377 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 377 Bytes

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.