https://github.com/emrd/react-memo-usage
https://github.com/emrd/react-memo-usage
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/react-memo-usage
- Owner: EmrD
- Created: 2024-12-11T18:47:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T18:50:41.000Z (over 1 year ago)
- Last Synced: 2025-02-09T04:23:15.364Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://react-memo-usage.vercel.app
- Size: 731 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Memo Usage
This is an example repository to see how to use memo functions in React and optimizing the performance.
## Getting Started
To getting started, run;
- Clone this repository
- Run ``npm run dev``
- Open DevTools
- Start using the examples. You'll see the results of rendering.