Questions tagged as 'react'

1
answer

React native history back button

Good afternoon I have an application in react native and I need to make a button history back , does anyone know how to make this button? That is, I open a link from my homepage and give it back to the screen I open with the javascript h...
asked by 01.10.2018 / 18:51
1
answer

React Router does not work, always shows the same component

routes.js import React from 'react'; import App from './App'; import Home from './home/contenedor/home'; import Logueado from './logueado/contenedor/logueado'; import { Route, Switch, Miss } from 'react-router-dom'; cons...
asked by 20.09.2018 / 05:07
0
answers

Error in the modules when configuring a webpack with ReactJs

I have an error when configuring a webpack with Reactjs. I get this error that is below and would like an explanation. The error that comes to me in the terminal is the following: ERROR in Entry module not found: Error: Can't resolve 'C:\re...
asked by 22.09.2018 / 04:26
0
answers

How to show different content to each user of my web app? MERN stack

I'm trying to make a voting app where you can only vote once, for this I collect the ip of the users who vote and then compare these saved ip with the one of who is using the app (to know if I already perform your vote) and so show him one thing...
asked by 22.08.2018 / 19:58
0
answers

How to send a video through the react-video library in chromecast by means of react?

Hello, I am developing a video platform. My question is how to add the chromecast icon to the playback bar in react, I am using the react-video library Any ideas?     
asked by 17.08.2018 / 20:20
0
answers

Equivalent of apache poi in javascript, angulgarjs or react

I want to download an xlsx file so that it can be read in google documents. In java you can use apache poi, I want to know what is the equivalent in javascript, angularjs or react. For my part I will look for it and if I find the solution, I wil...
asked by 17.08.2018 / 17:25
0
answers

Hello world in wordpress Calypso

Just start in wp calypso . I'm trying to make the hello world, but it throws me the following error:    WebSocket connection to   'wss: //public-api.wordpress.com/pinghub/wpcom/me/newest-note-data'   failed: Error during WebSocket han...
asked by 24.08.2018 / 19:19
0
answers

Problem building friendly urls with .htaccess on page made with react-js when navigating with https protocol

I have a site that uses mod_rewrite to make the url friendly, when requesting a page for http protocol if I take the rules that I have in the .htaccess, but if I make a request for https, it does not take them well my .htaccess would b...
asked by 14.08.2018 / 19:03
1
answer

Pass data between different components in react

My question is how can I pass data from a JSON rescued in the main component import React, {Component} from 'react'; import { NavLink } from 'react-router-dom'; import Video from './Video'; class Home extends Component{ co...
asked by 19.08.2018 / 21:24
1
answer

GOING FROM ONE WINDOW TO ANOTHER [duplicate]

My question is how can I pass data from one window to another if I bring the data through a JSON? The goal is that when I click on it send me X data to another window per response I show the code import React, { Component } from 're...
asked by 03.08.2018 / 21:07