From a7749c36f1497ae2b7a063d4260382f437d71c74 Mon Sep 17 00:00:00 2001 From: Ben Standefer Date: Wed, 12 Dec 2018 11:02:30 -0800 Subject: [PATCH 1/3] Add Community section in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d4daedbf1..02ad35276 100644 --- a/README.md +++ b/README.md @@ -228,3 +228,7 @@ The createTransform function takes three parameters. - **[redux-persist-webextension-storage](https://github.com/ssorallen/redux-persist-webextension-storage)** Storage engine for browser (Chrome, Firefox) web extension storage - **[@bankify/redux-persist-realm](https://github.com/bankifyio/redux-persist-realm)** Storage engine for Realm database, you will need to install Realm first - **custom** any conforming storage api implementing the following methods: `setItem` `getItem` `removeItem`. (**NB**: These methods must support promises) + +## Community + +[![#redux-persist on Discord](https://img.shields.io/discord/102860784329052160.svg)](https://discord.gg/ExrEvmv) #redux-persist channel in the Reactiflux Discord From cdd116b0846ec504673f56c5a6e1558cd2fcfdb2 Mon Sep 17 00:00:00 2001 From: Ben Standefer Date: Wed, 12 Dec 2018 11:13:44 -0800 Subject: [PATCH 2/3] Add blog articles from the community --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 02ad35276..adb02885d 100644 --- a/README.md +++ b/README.md @@ -232,3 +232,11 @@ The createTransform function takes three parameters. ## Community [![#redux-persist on Discord](https://img.shields.io/discord/102860784329052160.svg)](https://discord.gg/ExrEvmv) #redux-persist channel in the Reactiflux Discord + +### Blog articles from the community + +* [The Definitive Guide to Redux Persist: Persist your Redux state in between app launches with Redux Persist](https://blog.reactnativecoach.com/the-definitive-guide-to-redux-persist-84738167975) by Mark Newton +* [Redux-persist: The Good Parts](https://codeburst.io/redux-persist-the-good-parts-adfab9f91c3b) by Feargal Walsh +* [Redux: Persist Your State](https://medium.com/async-la/redux-persist-your-state-7ad346c4dd07) by Zack +* [{Persist}ence is Key: Using Redux-Persist to Store Your State in LocalStorage](https://medium.com/@clrksanford/persist-ence-is-key-using-redux-persist-to-store-your-state-in-localstorage-ac6a000aee63) by Clark Sanford +* [How to use Redux Persist when migrating your states](https://medium.freecodecamp.org/how-to-use-redux-persist-when-migrating-your-states-a5dee16b5ead) by Lusan Das From 94b8a917a0e2c17989b121e6f796a2a0d43cf72d Mon Sep 17 00:00:00 2001 From: Ben Standefer Date: Wed, 12 Dec 2018 11:14:49 -0800 Subject: [PATCH 3/3] Link to Reactiflux in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index adb02885d..82f5f7bed 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,9 @@ The createTransform function takes three parameters. ## Community -[![#redux-persist on Discord](https://img.shields.io/discord/102860784329052160.svg)](https://discord.gg/ExrEvmv) #redux-persist channel in the Reactiflux Discord +### Chat Room + +[![#redux-persist on Discord](https://img.shields.io/discord/102860784329052160.svg)](https://discord.gg/ExrEvmv) #redux-persist channel in the [Reactiflux](https://www.reactiflux.com/) Discord ### Blog articles from the community