소스 검색

Finish sentence fragment in Plugin API documentation

bubble
kyle 6 년 전
committed by GitHub
부모
커밋
47c560227b
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      docs/customization/plugin-api.md

+ 2
- 2
docs/customization/plugin-api.md 파일 보기

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


불러오는 중...
취소
저장