Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prayag2003/react-hooks-with-optimization
https://github.com/prayag2003/react-hooks-with-optimization
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/prayag2003/react-hooks-with-optimization
- Owner: Prayag2003
- Created: 2024-01-03T09:27:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T16:49:15.000Z (about 1 year ago)
- Last Synced: 2024-01-05T17:40:01.300Z (about 1 year ago)
- Language: JavaScript
- 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.![Password Generator Image](image.png)
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