You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -77,16 +65,11 @@ Behind the scenes, that's what happens:
77
65
</Counter>
78
66
```
79
67
80
-
Because of that, when you use `toggle` function, only `<Toggle>` will be rerendered, but if you use `inc` or `dec` functions, both `<Counter>` and `<Toggle>` will be rerendered. **Even** using `compose()` utility.
81
-
82
68
## Compose Props
83
69
84
70
**components**_(required)_
85
71
Set an array of React PowerPlug components (instance elements, not types) to compose.
86
72
87
-
Note: if you use `compose` utility to create Composed components, you don't
88
-
need to pass an array, just pass by arguments: `compose(<Foo />, <Bar />, <Baz />)`
89
-
90
73
## Compose Children Props
91
74
92
75
The render props function provided will receive n arguments, each of them being
0 commit comments