Skip to content

Commit

Permalink
docs: update README (fbe4b63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xvezda committed Feb 13, 2022
1 parent fbe4b63 commit a6a7b8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ CDN
```

## Goals
- [ ] Hooks API 구현
- [x] Hooks API 구현
- [x] `useState`
- [x] `useEffect`
- [ ] `useContext`
- [ ] ~`useContext`~ - Redux 패턴으로 대체 가능
- [x] `useReducer`
- [x] `useCallback`
- [x] `useMemo`
- [x] `useRef`
- [x] `useImperativeHandle`
- [x] `useLayoutEffect`
- [ ] `useDebugValue`
- [ ] ~`useDebugValue`~ - 우선순위 낮음
- [ ] 서버사이드 렌더링 지원
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ CDN
```

## Goals
- [ ] Hooks API 구현
- [x] Hooks API 구현
- [x] `useState`
- [x] `useEffect`
- [ ] `useContext`
- [ ] ~`useContext`~ - Redux 패턴으로 대체 가능
- [x] `useReducer`
- [x] `useCallback`
- [x] `useMemo`
- [x] `useRef`
- [x] `useImperativeHandle`
- [x] `useLayoutEffect`
- [ ] `useDebugValue`
- [ ] ~`useDebugValue`~ - 우선순위 낮음
- [ ] 서버사이드 렌더링 지원

0 comments on commit a6a7b8b

Please sign in to comment.