Questions tagged as 'reactjs'

1
answer

Modify ReactDataGrid from 'react-data-grid'

Having the following component: link Can someone tell me how to put a component that is not an input, for example a checkbox, inside the row? Seeing the code of the previous link I tried to do this: const check = <input type="che...
asked by 15.12.2016 / 12:11
2
answers

Problem filtering items in a table in real time

I have to do a modal within which you have to perform a search and go completing the input that is generated. The information I look for in an API, here is the code: import React, { Component } from 'react'; import logo from './logo.svg'; i...
asked by 05.02.2017 / 18:44
1
answer

Problems with reactive images and webpack

I am learning reactjs and I want to know how to render an image with webpack and react That's my loader and here I try to render     
asked by 13.11.2017 / 07:57
1
answer

No tags are generated when doing .map to a state

In the first image I get the values of laravel and assign them to the state, I clarify that the data is received beforehand. In the second is where you should generate all the labels and nothing is shown or mark any error in the console as sh...
asked by 17.05.2018 / 19:31
1
answer

Redux properties are not updated

can help me not update the decorator's properties until after another dispacth takes the value. I do not know what's wrong. @connect((store) => { return { adminLogin:store.adminLogin.error }; }) class Login extends Reac...
asked by 12.07.2017 / 08:00
1
answer

Enable POST method in Laravel Folklore \ GraphQL or enable GET method in react-apollo

I'm trying to connect React with Folklore \ GraphQL from Laravel. In ReactJS I have the following code in index.js : import React from 'react'; import ReactDOM from 'react-dom'; import registerServiceWorker from './registerServiceWork...
asked by 08.10.2017 / 22:33
2
answers

What is ReactJs used for? [closed]

I do not understand what ReactJs is for, I've seen several videos in some create components in a weird way for me but I do not understand what is useful, actually creating components would be the equivalent of creating an element in jQuery to cl...
asked by 10.10.2017 / 20:54