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

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.

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! :)