소스 검색

docs: List @rimlin/uppy-store-ngrx in Custom Stores section

Renée Kooi 7 년 전
부모
커밋
b9d8ac933e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      website/src/docs/stores.md

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

@@ -16,6 +16,10 @@ Uppy comes with two state management solutions (stores):
  - `DefaultStore`, a simple object-based store.
  - `DefaultStore`, a simple object-based store.
  - `ReduxStore`, a store that uses a key in a Redux store.
  - `ReduxStore`, a store that uses a key in a Redux store.
 
 
+There are also some third party stores:
+
+ - [uppy-store-ngrx](https://github.com/rimlin/uppy-store-ngrx/), keeping Uppy state in a key in an Ngrx store for use with Angular.
+
 ## Using Stores
 ## Using Stores
 
 
 To use a store, pass an instance to the [`store` option](/docs/uppy#store-defaultstore) in the Uppy constructor:
 To use a store, pass an instance to the [`store` option](/docs/uppy#store-defaultstore) in the Uppy constructor: