Consider adding Redux state selectors #693
Labels
Framework
Issues related to broader framework topics, especially as it relates to javascript
[Type] Question
Questions about the design or development of the editor.
As our state tree and the things we need to do with it become more complicated, we are starting to repeat ourselves a bit in the
connect
calls, and this will probably continue. Also there is a good bit of testable logic starting to show up there. See #594 for a couple of examples.To avoid repetition and make this code easier to test, we should consider adding something like Calypso's state selectors.
The text was updated successfully, but these errors were encountered: