https://github.com/prayag2003/react-hooks-with-optimization
https://github.com/prayag2003/react-hooks-with-optimization
react reacthooks usecallback-hook useeffect-hook useref-hook vitejs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prayag2003/react-hooks-with-optimization
- Owner: Prayag2003
- Created: 2024-01-03T09:27:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T16:49:15.000Z (over 1 year ago)
- Last Synced: 2025-02-09T14:48:38.407Z (5 months ago)
- Topics: react, reacthooks, usecallback-hook, useeffect-hook, useref-hook, vitejs
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: React-Hooks-With-Optimzation ( React + Vite )
### KEY Takeaways
- Run the methods on page loading
- Dependencies are present like check the box of "Numbers", check the box of "Letters". On checking, the method should automatically run.And running it again is not simple but Optimizing it is the main thing.
- Targetting a particular field/ element using Hooks.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh