mattpocock / mattpocock/boilersuit
Allow deep selectors for parts of objects in reducers
Open
Nobody has claimed this yet.
bug
- Dominant language
- JavaScript
- Stars
- 31
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
{
"initialState": {
"something": {
"keyOne": true,
"keyTwo": false
}
}
}
Currently, suit does not create selectors for sub-keys of objects. For instance, keyOne and keyTwo above. It should.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the reducer and selector generation entry points that process initialState objects. Use the nested something.keyOne and something.keyTwo example as the expected case, then verify that selectors are generated for both sub-keys and run the project's existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100