Skip to content

Noriller/react102

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

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:

https://dev.to/noriller/react-102-basic-data-flows-2lcp

How to use

You'll need installed:

  • pnpm

(or install with npm or yarn)

Then:

pnpm install
pnpm dev

Check the code and the output and happy hacking! :)