https://github.com/noriller/react102
This project helps people learning React to grasp some basic concepts.
https://github.com/noriller/react102
beginner javascript react tutorial
Last synced: 12 months ago
JSON representation
This project helps people learning React to grasp some basic concepts.
- Host: GitHub
- URL: https://github.com/noriller/react102
- Owner: Noriller
- Created: 2022-11-16T00:36:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T00:56:38.000Z (over 3 years ago)
- Last Synced: 2025-02-14T01:37:17.119Z (about 1 year ago)
- Topics: beginner, javascript, react, tutorial
- Language: TypeScript
- Homepage: https://react102-noriller.vercel.app/
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React 102
So, you’ve learned the basics of React, then when you finally started using you started falling for one pitfall after another. Well, you’re in the right place... finally!
Link to the article:
## How to use
You'll need installed:
- pnpm
(or install with `npm` or `yarn`)
Then:
```bash
pnpm install
pnpm dev
```
Check the code and the output and happy hacking! :)