Skip to content

Commit 6f6d8b7

Browse files
committed
Adds more info to readme
1 parent 71ce03d commit 6f6d8b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@
33
Examples of common [React Hooks](https://reactjs.org/docs/hooks-intro.html) in Svelte.
44

55
Full disclosure: I prefer Svelte. I'm hoping to show developers that they can avoid the complexity of React Hooks and replace it with simpler Svelte code.
6+
7+
# Hooks
8+
9+
- `useState()`
10+
- `useEffect()`
11+
- `useContext()`
12+
- `useReducer()`
13+
- `useCallback()`
14+
- `useMemo()`
15+
- `useRef()`

0 commit comments

Comments
 (0)