Browse Source

Merge pull request #572 from transloadit/doc/ngrx

docs: List @rimlin/uppy-store-ngrx in Custom Stores section
Renée Kooi 7 years ago
parent
commit
4e44a2dc66
1 changed files with 4 additions and 0 deletions
  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.
  - `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](https://github.com/ngrx/platform) store for use with Angular.
+
 ## Using Stores
 
 To use a store, pass an instance to the [`store` option](/docs/uppy#store-defaultstore) in the Uppy constructor: