Ver a proveniência

Finish sentence fragment in Plugin API documentation

bubble
kyle há 6 anos
committed by GitHub
ascendente
cometimento
47c560227b
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      docs/customization/plugin-api.md

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

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


Carregando…
Cancelar
Guardar