Kaynağa Gözat

Finish sentence fragment in Plugin API documentation

bubble
kyle 6 yıl önce
committed by GitHub
ebeveyn
işleme
47c560227b
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      docs/customization/plugin-api.md

+ 2
- 2
docs/customization/plugin-api.md Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet