https://github.com/vonderklaas/react-memo-callback
You can explore cases where usage of useMemo and useCallback may save us some performance and also make our React components clearer and lighter
https://github.com/vonderklaas/react-memo-callback
react usecallback usememo
Last synced: 12 months ago
JSON representation
You can explore cases where usage of useMemo and useCallback may save us some performance and also make our React components clearer and lighter
- Host: GitHub
- URL: https://github.com/vonderklaas/react-memo-callback
- Owner: vonderklaas
- Created: 2022-07-30T12:33:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-30T13:42:11.000Z (over 3 years ago)
- Last Synced: 2025-01-07T09:47:38.831Z (about 1 year ago)
- Topics: react, usecallback, usememo
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-memo-callback