Questions tagged as 'reactjs'

0
answers

OpenTok, how to establish value to connections and find the value in each client?

I'm new to openTok and I've run into something that I've worked around a lot and I have not managed to get the solution I'm doing a video conference room where there is a moderator who can get permission to certain controls in the room, and s...
asked by 19.10.2018 / 05:59
0
answers

Webpack = Move my index.html, add it to a folder

I am a frontend developer, and I am implementing webpack to improve a bit a web app that I am doing in react js. But I have a problem = > When I configure my webpack in the parameter publicPath: path.resolve(__dirname, "dist") + "/"...
asked by 28.09.2018 / 16:16
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
1
answer

REACTJS, router reacting LINK stops working

<Link to={{ pathname: '${match.url}/individual/${ innerValue.name }', state: { membe...
asked by 07.09.2018 / 05:08
0
answers

problem with react native gesture handler

Hello, I am trying to use react-native-gesture-handler the event handler Fling gesture but I get an error that does not work, this is the error that gives me and my code is as follows import {FlingGestureHandler, Directions, State} fro...
asked by 09.09.2018 / 20:34
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

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