Explorar el Código

Finish sentence fragment in Plugin API documentation

bubble
kyle hace 6 años
committed by GitHub
padre
commit
47c560227b
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      docs/customization/plugin-api.md

+ 2
- 2
docs/customization/plugin-api.md Ver fichero

@@ -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


Cargando…
Cancelar
Guardar