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

https://github.com/nkcoder/my-react-journey

Learning React.
https://github.com/nkcoder/my-react-journey

Last synced: 11 months ago
JSON representation

Learning React.

Awesome Lists containing this project

README

          

Learning React.

## Create a new React app

Change `my-app` to your project name.

```bash
npm create vite@latest my-app -- --template react
```

## Run

```bash
cd my-app
npm install
npm run dev
```

**Next**: custom hooks (3:50:40)

## References

- [50+ HOURS REACT.JS 19 MONSTER CLASS (HuXn WebDev)](https://www.youtube.com/watch?v=M9O5AjEFzKw&t=9255s)