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 61fb203..6d114ab 100644
--- a/_posts/2021-9-27-gun-for-react-state-management.md
+++ b/_posts/2021-9-27-gun-for-react-state-management.md
@@ -107,4 +107,6 @@ class TextInput extends BaseComponent {
 
 [Codepen](https://codepen.io/mmalmi/pen/MWozPZE)
 
-Upcoming: How to sync your application state with the world.
\ No newline at end of file
+Prefer *hooks*? Check out this [codepen](https://codepen.io/alterx/pen/VwWqgRV) by [Carlos](https://codepen.io/alterx).
+
+Upcoming: How to sync your application state with the world.