From a6a7b8b69f6aec5554b2e48486310be158c7e1b6 Mon Sep 17 00:00:00 2001 From: Xvezda Date: Sun, 13 Feb 2022 19:15:09 +0900 Subject: [PATCH] docs: update README (fbe4b63) --- README.ejs | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.ejs b/README.ejs index 5832aae..3820b34 100644 --- a/README.ejs +++ b/README.ejs @@ -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`~ - 우선순위 낮음 - [ ] 서버사이드 렌더링 지원 diff --git a/README.md b/README.md index c55163a..0bfe626 100644 --- a/README.md +++ b/README.md @@ -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`~ - 우선순위 낮음 - [ ] 서버사이드 렌더링 지원