Skip to content

Commit aefaafa

Browse files
committed
Updates readme
1 parent 6f6d8b7 commit aefaafa

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
Examples of common [React Hooks](https://reactjs.org/docs/hooks-intro.html) in Svelte.
44

5-
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-
75
# Hooks
86

9-
- `useState()`
10-
- `useEffect()`
11-
- `useContext()`
12-
- `useReducer()`
13-
- `useCallback()`
14-
- `useMemo()`
15-
- `useRef()`
7+
- [x] `useState()`
8+
- [ ] `useEffect()`
9+
- [ ] `useContext()`
10+
- [ ] `useReducer()`
11+
- [ ] `useCallback()`
12+
- [ ] `useMemo()`
13+
- [ ] `useRef()`

0 commit comments

Comments
 (0)