From 3d5dd5076db92ef87604cccc61e2dc38cc595b13 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Sat, 23 Dec 2017 19:01:15 -0500 Subject: [PATCH] post fixes --- website/src/_posts/2017-12-0.22.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/src/_posts/2017-12-0.22.md b/website/src/_posts/2017-12-0.22.md index 42e9d9cb8..50cbf8ae7 100644 --- a/website/src/_posts/2017-12-0.22.md +++ b/website/src/_posts/2017-12-0.22.md @@ -47,7 +47,7 @@ Thanks to [@sadovnychyi](https://github.com/sadovnychyi), you can now select mul ![Uppy Dashboard UI with 3 files selected](/images/blog/0.22/uppy-dashboard-provider-select.jpg) -[Check it out](https://uppy.io/examples/dashboard/). +[Check it out →](https://uppy.io/examples/dashboard/) ## Stores @@ -56,6 +56,7 @@ As you know, internally Uppy uses its own simple state management system with `g We are excited to tell you that this release makes state management even more flexible by bringing support for external stores! Here’s a quote from the docs: > By default, Uppy stores its internal state in an object. +> > If your app uses a state management library such as Redux, 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. Here’s how that works: