Questions tagged as 'reactstrap'

1
answer

ReactJS - Hide other Popovers when a Popover opens

I have a component that creates a series of other components that contain information, that information I would like to show in a popover I am using reactstrap to streamline the process, this is the component import React, { Component } fro...
asked by 18.06.2018 / 00:50
0
answers

Component sensitive to changes in the backend

In the UI of my app there are 2 lists and a form. A list is a team with no points awarded and the other list is the scores of teams already loaded. Each list is filled with information from their respective methods of my own Rest API. T...
asked by 02.01.2018 / 04:26
0
answers

undefined when reading the variable of an input in reacstrap

I'm trying to access the variable of input called name but it throws undefined . How can I access the data of input of reactstrap? Any ideas? This is my code: handleSubmit(e){ e.preventDefault(); console.log(this.nam...
asked by 19.11.2017 / 16:25
2
answers

Assign className depending on a propp

I am creating a reusable component and one of its features that I want to add is that the background color can be defined with a property. At this time, my component looks like this: import React, {Component} from 'react' import { Row, Col...
asked by 10.09.2018 / 02:49
0
answers

about react and setsate

Hello master, I understand it well class App extends Component { constructor(props) { super(props); this.state = { personas: [ { id: 1, nombre: "Adolfo" }, { id: 2, nombre: "Juan" } ] } } component...
asked by 02.10.2018 / 21:46