https://github.com/hellsgor/react-hooks-minin
I'm studying React hooks
https://github.com/hellsgor/react-hooks-minin
hooks javascript minin react
Last synced: about 2 months ago
JSON representation
I'm studying React hooks
- Host: GitHub
- URL: https://github.com/hellsgor/react-hooks-minin
- Owner: hellsgor
- Created: 2024-07-11T09:12:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T10:40:44.000Z (over 1 year ago)
- Last Synced: 2025-02-12T11:43:54.730Z (over 1 year ago)
- Topics: hooks, javascript, minin, react
- Language: JavaScript
- Homepage: https://hellsgor.github.io/react-hooks-minin/
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Hooks
Study React Hooks
As a training material - video [React Hooks - Full Course (about all hooks in 1 video!)](https://www.youtube.com/watch?v=9kjxafhotqi&t=1357) from [Vladilen Minin](https://www.youtube.com/@vladilenminin)
## Demo
You can see the assembled project at the link [https://hellsgor.github.io/react-hooks-minin/](https://hellsgor.github.io/react-hooks-minin/)
## Running the Project
1. Ensure you have Node.js installed (version used during development was 20.11.0).
2. Install dependencies by running: `npm install`.
3. Start the project in development mode with: `npm run dev`. This will start a local development server. Open your browser and navigate to [http://localhost:5173/](http://localhost:5173/) to see the result.
4. To build the project for production, run: `npm run build`. The built files will be located in the `/dist` directory.
5. To preview the built project, use: `npm run preview`. This will start a local server for previewing the built project.
## About template
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