瀏覽代碼

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):