litsas7 / react-props-practice-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Props Practice 2

Practice Refactoring a React app to move state down the component tree. Image

Set up

  • Fork and clone this repository
  • npm ci to install dependencies
  • npm run dev to start the React development server

Instructions

  • Look at the state used in App.jsx.
  • Move this state down in the lowest possible component that can manage that state

About


Languages

Language:JavaScript 54.8%Language:CSS 37.6%Language:HTML 7.6%