https://github.com/chaudharypraveen98/react-optimization
Repo to practice react optimizations
https://github.com/chaudharypraveen98/react-optimization
react react-hooks react-optimisation
Last synced: about 1 year ago
JSON representation
Repo to practice react optimizations
- Host: GitHub
- URL: https://github.com/chaudharypraveen98/react-optimization
- Owner: chaudharypraveen98
- Created: 2024-01-21T14:48:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T19:12:08.000Z (about 2 years ago)
- Last Synced: 2025-02-01T23:45:31.763Z (about 1 year ago)
- Topics: react, react-hooks, react-optimisation
- Language: JavaScript
- Homepage:
- Size: 708 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Optimizations
1. Event Registering multiple times
This is happening when we are click the counter.
2. Component is loading even its is not in screen in the sources tab. 
3. Random is calculated multiple times when we click on counter or switching tabs. 
Try to optimize it.