Create createSelectors for similar functionality to createFeature for deeper properties of state #3099
david-shortman
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The new
createFeature
functionality handily provides selectors which can be exported by destructuring the feature object.But, this only provides selectors for top-level fields.
It would add convenience and cut boilerplate if there was a way to generate basic selectors from other selectors.
Suppose
createSelectors
existed like so:Beta Was this translation helpful? Give feedback.
All reactions