Questions tagged as 'react'

0
answers

request examples - how to embed React.Video in JavascriptXML?

I am currently developing a frontend / data visualization project where you need to incorporate the module of node.js React.Video , in Javascript , XML , or JSX . The project can be found at: link The source code...
asked by 07.11.2017 / 11:28
1
answer

Is there any way to make a component hear a React Native function?

I need to bind to a function that returns me if an item is checked or not, however the function that returns this is only executed once, is there a way to bind to this function? <List dataArray={this.state.talhoes} renderRow={(talha...
asked by 14.10.2017 / 21:44
0
answers

Request async Redux Sauce using redux-thunk

Good afternoon guys, how are you? I need help with actions in the reduxsauce when it is a request async. The problem that the action needs to wait for the promise to be resolved, it is necessary to use redux-thunk for the response to generate...
asked by 20.09.2017 / 18:21
0
answers

Which Front End Framework should I invest [closed]

I have seen many posts and comments without counting innumerable job vacancies that require different FrontEnd frameworks like Angular (JS, 2, 4), ReactJS, VueJS which because of the readings I have done seem to be all able to solve the same pro...
asked by 19.10.2017 / 10:01
2
answers

Doubt REST - POST

I would like to know if it is possible after the resolution of the promise of a POST if I can get the result and transform into an array Ex: axios.post(http://localhost:5000/api/horario/,{ Nome: nome, Horario: horario })...
asked by 13.09.2017 / 16:16
0
answers

Page 404 return only with iOS devices

I published an application on www.yoohood.fun, created with the create-react-app, using an AWS server, and when the user signs in with the Facebook account, it is redirected to the / sync folder. But when someone accesses the iphone, whether thr...
asked by 30.08.2017 / 23:25
1
answer

Structure React project

Galera, I created a react-native project and I want to structure it with folders, for example create the screens folder to create the components. The beginner's doubt. Whenever I run the project it is redirected to index.android.js In t...
asked by 09.08.2017 / 20:50
1
answer

Jest ignoring package.json specifications

I am implementing tests in my web application on react with the jest. Since it was started with the "create-react-app" it was easy to configure the environment. But for some reason the jest seems to ignore package.json specifications ... { "...
asked by 10.09.2017 / 21:40
0
answers

How to configure a WebRTC signaling server for connection to the mobile app

I'm trying to integrate a WebRTC signaling server with a mobile application in React Native and communicate with a command line in typescript. The signaling server is tested in this TS code: import service from '../src/service' import Connecti...
asked by 23.08.2017 / 20:31
0
answers

Problem with Infinite Scrolling in React

I'm trying to do an "Infinite Scrolling (I used this RealScout plugin , but even without reaching end of the page, it always makes new requests, without stopping. Look at the image: Followmycode:sentences.jsximportInfiniteScrollfrom'redux-inf...
asked by 09.06.2017 / 17:38