|
5 | 5 | - [`mock()`](./mock.md) and [`loadable()`](./loadable.md)
|
6 | 6 | - [`lazy()`](./lazy.md), [`delayed()`](./delayed.md), and [`viewport()`](./viewport.md)
|
7 | 7 | - [Inversion](./Inversion.md)
|
| 8 | + - [`<State>`](./State.md) and [`withState()`](./State.md#withstate-hoc) |
| 9 | + - [`<Toggle>`](./Toggle.md), [`withToggle()`](./Toggle.md#withtoggle-hoc), and [`@withToggle`](./Toggle.md#withtoggle-decorator) |
| 10 | + - [`<Flipflop>`](./Flipflop.md), [`withFlipflop()`](./Flipflop.md#withflipflop-hoc), and [`@withFlipflop`](./Flipflop.md#withflipflop-decorator) |
| 11 | + - [`<Value>`](./Value.md), [`withValue()`](./Value.md#withvalue-hoc), and [`@withValue`](./Value.md#withvalue-decorator) |
| 12 | + - [`<Counter>`](./Counter.md), [`withCounter()`](./Counter.md#withcounter-hoc) and [`@withCounter`](./Counter.md#withcounter-decorator) |
| 13 | + - [`<List>`](./List.md), [`withList()`](./List.md#withlist-hoc), and [`@withList`](./List.md#withlist-decorator) |
| 14 | + - [`<Map>`](./Map.md), [`withMap()`](./Map.md#withmap-hoc), and [`@withMap`](./Map.md#withmap-decorator) |
| 15 | + - [`<ShouldUpdate>`](./ShouldUpdate.md), [`shouldUpdate()`](./ShouldUpdate.md#shouldupdate-hoc), and [`pure()`](./pure.md) |
8 | 16 | - [`invert()`](./invert.md) and [`<Inverted>`](./invert.md#inverted)
|
9 |
| - - [`<State>`](./State.md) and [`withState()`](./State.md#withstate-hoc) |
10 |
| - - [`<Toggle>`](./Toggle.md), [`withToggle()`](./Toggle.md#withtoggle-hoc), and [`@withToggle`](./Toggle.md#withtoggle-decorator) |
11 |
| - - [`<Flipflop>`](./Flipflop.md), [`withFlipflop()`](./Flipflop.md#withflipflop-hoc), and [`@withFlipflop`](./Flipflop.md#withflipflop-decorator) |
12 |
| - - [`<Value>`](./Value.md), [`withValue()`](./Value.md#withvalue-hoc), and [`@withValue`](./Value.md#withvalue-decorator) |
13 |
| - - [`<Counter>`](./Counter.md), [`withCounter()`](./Counter.md#withcounter-hoc) and [`@withCounter`](./Counter.md#withcounter-decorator) |
14 |
| - - [`<List>`](./List.md), [`withList()`](./List.md#withlist-hoc), and [`@withList`](./List.md#withlist-decorator) |
15 |
| - - [`<Map>`](./Map.md), [`withMap()`](./Map.md#withmap-hoc), and [`@withMap`](./Map.md#withmap-decorator) |
16 | 17 | - [Sensors](./Sensors.md)
|
17 | 18 | - [`<ActiveSensor>`](./ActiveSensor.md), [`withActive()`](./ActiveSensor.md#withactive-hoc), and [`@withActive`](./ActiveSensor.md#withactive-decorator)
|
18 | 19 | - [`<BatterySensor>`](./BatterySensor.md), [`withBattery()`](./BatterySensor.md#withbattery), and [`@withBattery`](./BatterySensor.md#withbattery-1)
|
|
0 commit comments