Posts by José Jorge • 1 point
1 post
-
-1
votes1
answer24
viewsQ: React: How can I send data to this.state
Good evening, I’m starting in React and have the following line: class Namelist extends React.Component{ constructor(props){ super(props); firebase.initializeApp(config); this.state = { clientes: []…