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
- Host: GitHub
- URL: https://github.com/osaguild/hooks
- Owner: osaguild
- License: mit
- Created: 2022-07-07T01:54:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T07:23:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T04:57:35.023Z (over 1 year ago)
- Language: TypeScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```