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.
- Host: GitHub
- URL: https://github.com/nkcoder/my-react-journey
- Owner: nkcoder
- Created: 2025-03-02T20:57:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:23:29.000Z (12 months ago)
- Last Synced: 2025-03-17T11:32:38.091Z (12 months ago)
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)