From 3281ca0b6057118a7db818546a66256f5afbcac0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bruno=20H=C3=A9ritier?=
 <45626255+brunoher24@users.noreply.github.com>
Date: Thu, 23 May 2024 13:53:10 +0200
Subject: [PATCH] Update Snippets.md

---
 docs/Snippets.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/Snippets.md b/docs/Snippets.md
index 135e201..e9ae51b 100644
--- a/docs/Snippets.md
+++ b/docs/Snippets.md
@@ -76,6 +76,7 @@ I.E. `tsrcc`
 |    `props→` | `this.props.propName`                                                       |
 |    `state→` | `this.state.stateName`                                                      |
 | `rcontext→` | `const $1 = React.createContext()`                                          |
+|     `usss`  | `const [$1, set$1] = useState($2)`                                          |
 |     `cref→` | `this.$1Ref = React.createRef()`                                            |
 |     `fref→` | `const ref = React.createRef()`                                             |
 |      `bnd→` | `this.methodName = this.methodName.bind(this)`                              |