Browse Source

Finish sentence fragment in Plugin API documentation

bubble
kyle 6 years ago
committed by GitHub
parent
commit
47c560227b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/customization/plugin-api.md

+ 2
- 2
docs/customization/plugin-api.md View File

@@ -110,9 +110,9 @@ const MyReducerPlugin = function(system) {

##### Selectors

Selectors reach into
Selectors reach into their namespace's state to retrieve or derive data from the state.

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.


```javascript


Loading…
Cancel
Save