Posts by Laura Vieira • 1 point
1 post
-
-1
votes1
answer1701
viewsA: How do I update a component of another class in React?
You must reference the App daughter class within the Parent class render. import App from ../../App class Home extends Component { render(){ <App/> } } After that, there’s an example here of…
reactanswered Laura Vieira 1