From 9284b5eecd69d2e0a55d8255ee3d773ff186ab0f Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Mon, 27 Sep 2021 15:31:27 +0300 Subject: [PATCH] . --- _posts/2021-9-27-gun-for-react-state-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2021-9-27-gun-for-react-state-management.md b/_posts/2021-9-27-gun-for-react-state-management.md index 64eeab8..336494a 100644 --- a/_posts/2021-9-27-gun-for-react-state-management.md +++ b/_posts/2021-9-27-gun-for-react-state-management.md @@ -10,7 +10,7 @@ image: https://siriusbusiness.fi/assets/images/posts/painless.jpg ![I feel no pain](/assets/images/posts/painless.jpg) -Fed up with writing a ton of Redux boilerplate just to make a form input editable? +Fed up with writing a ton of Redux boilerplate just to handle form input changes? There’s a better alternative: [Gun.js](https://github.com/amark/gun). It makes state synchronization and persistence a breeze.