We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743eb8c commit 47c5602Copy full SHA for 47c5602
docs/customization/plugin-api.md
@@ -110,9 +110,9 @@ const MyReducerPlugin = function(system) {
110
111
##### Selectors
112
113
-Selectors reach into
+Selectors reach into their namespace's state to retrieve or derive data from the state.
114
115
-They're an easy way to keep logic for getting data out of state in one place, and is preferred over passing state data directly into components.
+They're an easy way to keep logic in one place, and is preferred over passing state data directly into components.
116
117
118
```javascript
0 commit comments