throughArea
High Order Component merge the whole area to the wrapped component props
Params
areaName
: String: Name of the selected area
Examples
Let Agent
is declared and two instance are rendered some where in react tree like this:
Then we can render hello world
using HOC throughArea()
like this:
Last updated