An open API service indexing awesome lists of open source software.

https://github.com/osaguild/hooks

test repository for react hooks
https://github.com/osaguild/hooks

Last synced: about 1 month ago
JSON representation

test repository for react hooks

Awesome Lists containing this project

README

          

# hooks
test repository for react hooks

# hooks
https://ja.reactjs.org/docs/react-api.html#hooks
https://ja.reactjs.org/docs/hooks-intro.html

### basic
- [x] useState
- [x] useEffect
- [x] useContext
### added
- [x] useReducer
- [x] useCallback
- [x] useMemo
- [ ] useRef
- [ ] useImperativeHandle
- [ ] useLayoutEffect
- [ ] useDebugValue
- [ ] useDeferredValue
- [ ] useTransition
- [ ] useId
- [ ] useSWR
### for library
- useSyncExternalStore
- useInsertionEffect

# command
```
npx create-next-app@latest frontend --use-npm --typescript
npm i @mui/material @emotion/react @emotion/styled
npm run dev
```