Questions tagged as 'react'

2
answers

Integration between MailChimp and React Native app

I am a beginner in React Native. I'm basically trying to perform the integration between my application in React Native and MailChimp, what I want to do is: From the moment the user provides us with their email, and send the form, then an email...
asked by 05.09.2018 / 14:41
1
answer

HTTP Request React Native

An API sends a status:false the code gets status . While status==false , the image of exclamation.png and message 'Pedido em Análise' will be rendered. If status changes to true both image values an...
asked by 07.05.2018 / 02:29
1
answer

How to create MASK with pure JS in React

I'm developing an HTML, CSS and jQuery site in React, but I've seen that using jQuery is out of phase in React since it's possible to create some components faster and easier, my question is how to make a jQuery-made mask for Javascript pure, or...
asked by 18.05.2018 / 15:48
1
answer

Does React Affect SEO?

As HTML is generated via JavaScript, and even when the page loads, there is no HTML (useful) on the page, SEO can be affected if I make a 100% React web application >?     
asked by 11.05.2018 / 01:31
1
answer

Bug when reorder list of React components

I have a component that loads a list of components <ComponenteReordenavel> that is rearranged according to the user's taste. The bug happens when I modify the style of this component and reorder again, the style always...
asked by 08.12.2016 / 18:54
1
answer
1
answer

Alternating states of an application js

INTRODUCTION I'm developing an app using Electron and google maps, I need to control the state of one of the windows, for example: the user clicks the button and from this moment every click of the map adds a marker. Well the problem is in...
asked by 29.06.2016 / 21:43
2
answers

Update key in state when another key is updated

The main idea is based on a shopping cart, when a product is added to the cart (key products ) the key orderTotal is updated. Within the products key I have a object with several products that each contain the value...
asked by 26.07.2017 / 17:35
1
answer

What is the difference between function declarations (React)?

I'm learning react and I came across this example (which works normally): import React, { Component } from 'react' import './Teste.css'; class Teste extends Component { constructor(props) { super(props); this.state = { message: 'H...
asked by 21.09.2018 / 18:13
2
answers

JavaScript - React JS

How do I get a part of a JSON, put in a variable, and then play this variable in a widget of my layout? Example: ( link ) I want to get the value of "ip", and put in my widget instead of the value '1,410' . constructor(props){super(props)...
asked by 04.11.2017 / 18:13