From 5c231b32d79c86ae0213659005f843dcd0290c0e Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Mon, 27 Sep 2021 13:23:55 +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 1b73a12..567f358 100644 --- a/_posts/2021-9-27-gun-for-react-state-management.md +++ b/_posts/2021-9-27-gun-for-react-state-management.md @@ -12,7 +12,7 @@ image: https://siriusbusiness.fi/assets/images/posts/painless.jpg Fed up with writing a ton of Redux boilerplate just to make a form input editable? -There’s a better alternative: Gun.js. It makes state synchronization and persistence super easy. +There’s a better alternative: [Gun.js](https://github.com/amark/gun). It makes state synchronization and persistence super easy. First, initialize Gun with options that make sure the state is synced with localStorage only (not with peers). ```jsx