An open API service indexing awesome lists of open source software.

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

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