Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Tzunhei/react-12-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React 12 - Lifting State Up - Challenge

As usual, you'll find all the components under the src folder:

  • App: "root" component (other "dummy" components are provided)
  • TabSelector: allows to select a tab

You have to modify the components, so that:

  • the activeId is present only in App component's state,
  • it is passed to TabSelector,
  • the method allowing to change activeId is in the right place

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.9%
  • HTML 16.7%
  • CSS 8.4%