From 64e92376b6482e00a48a7790736fe1be4e9d17fc Mon Sep 17 00:00:00 2001 From: Martti Malmi Date: Mon, 27 Sep 2021 15:34:15 +0300 Subject: [PATCH] . --- _posts/2021-9-27-gun-for-react-state-management.md | 4 +++- 1 file changed, 3 insertions(+), 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 336494a..442e80b 100644 --- a/_posts/2021-9-27-gun-for-react-state-management.md +++ b/_posts/2021-9-27-gun-for-react-state-management.md @@ -102,4 +102,6 @@ class TextInput extends BaseComponent { } ``` -[Codepen](https://codepen.io/mmalmi/pen/MWozPZE) \ No newline at end of file +[Codepen](https://codepen.io/mmalmi/pen/MWozPZE) + +Upcoming: How to sync your changes with the world. \ No newline at end of file