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
const result =structuredSelector({ a: 1, b: 2 }) // will produce { x: 1, y: 2 }
588
588
```
589
589
590
+
`createStructuredSelector` takes an object whose properties are input selectors and returns a structured selector. The structured selector returns an object with the same keys as the `inputSelectorsObject` argument, but with the selectors replaced with their values.
@@ -1261,8 +1290,6 @@ These updates aim to enhance flexibility, performance, and developer experience.
1261
1290
1262
1291
- Removed `ParametricSelector` and `OutputParametricSelector` types. Their functionalities are now integrated into `Selector` and `OutputSelector` respectively, which inherently support additional parameters.
1263
1292
1264
-
</details>
1265
-
1266
1293
<divalign="right">[ <ahref="#table-of-contents">↑ Back to top ↑</a> ]</div>
1267
1294
1268
1295
---
@@ -1573,9 +1600,9 @@ test('selector unit test', () => {
[Flipper plugin](https://github.com/vlanemcev/flipper-plugin-reselect-debugger) and [and the connect app](https://github.com/vlanemcev/reselect-debugger-flipper) for debugging selectors in **React Native Apps**.
1882
+
[Flipper plugin](https://github.com/vlanemcev/flipper-plugin-reselect-debugger) and [the connect app](https://github.com/vlanemcev/reselect-debugger-flipper) for debugging selectors in **React Native Apps**.
1858
1883
1859
1884
Inspired by Reselect Tools, so it also has all functionality from this library and more, but only for React Native and Flipper.
0 commit comments