Pārlūkot izejas kodu

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

Artur Paikin 7 gadi atpakaļ
vecāks
revīzija
c16215f12a
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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):