# 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.
