소스 검색

Docs: note about Stores being not about file stores, but state

Artur Paikin 7 년 전
부모
커밋
c16215f12a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      website/src/docs/stores.md

+ 3 - 0
website/src/docs/stores.md

@@ -5,7 +5,10 @@ title: "Custom Stores"
 permalink: docs/stores/
 ---
 
+> This section is about storing internal application state, if you work with React/Redux, for example. If none of this rings a bell, you can safely skip this section.
+
 By default, Uppy stores its internal state in an object.
+
 If your app uses a state management library such as [Redux](https://redux.js.org), it can be useful to have Uppy store its state there instead—that way, you could write custom uploader UI components in the same way as the other components in the application.
 
 Uppy comes with two state management solutions (stores):