Questions tagged as 'react'

1
answer

(extract-text-webpack-plugin) error [1] "loader" must be a string

After I installed the extract-text-webpack-plugin it started to return me the error erro [1] "loader" must be a string Follow my webpack configuration 'use strict' const path = require('path') const webpack = require('webpack') cons...
asked by 23.07.2018 / 16:19
0
answers

React Native Navigation 2

I try to update to RNN2 and implement this in App.js Navigation.registerComponent("Screen.AlertScreen", () => AlertScreen); Navigation.registerComponent("Screen.OverlayScreen", () => OverlayScreen); Navigation.registerComponent("Screen.S...
asked by 09.07.2018 / 00:24
0
answers

Some way to allow script loading inserted by dangerouslySetInnerHTML

function createMarkup(str) { return { __html: str }; } function GraphicLarge({ HTMLData }) { return ( <div className="graphic graphic--lg"> { isFetching ? <div dangerouslySetInnerHTML={createMarkup(H...
asked by 18.07.2018 / 00:21
0
answers

These dependencies were not found:

I am trying to import a css (modules) that is in node_modules, and I fall into the following error: These dependencies were not found * fonts / font.eot * fonts / font.svg > * fonts / font.woff * fonts / font.woff2 (Package is...
asked by 06.07.2018 / 18:22
0
answers

javascript and html drag and drop to react

In html and javascript I have to run this drag and drop code and I want to move now to react, can anyone help? Navbar component <ul className="menu"> <Link to="/home"> <li title="Home"><i className="fa fa-home">Ho...
asked by 10.07.2018 / 12:47
0
answers

Show firebase data report

I have a project that I'm developing in ReactJS, which uses the firebase. It is a form that saves the data in the firebase and automatically appears on the referring page where it is being used. How do I get these data to appear on another page?...
asked by 03.07.2018 / 06:13
0
answers

How to put a Row on a card in react?

I want to put a row inside the ProperieCard component, how should I do this? Follow the code below. <PropertieCard key={property.id} size="col s12 m6 l4" property={property} redirectPropertyPage={this.handleRedirectPropertyPage} /&g...
asked by 27.06.2018 / 19:46
0
answers

react-materialize input is not working

I'm facing the following problem, I created a site using only the materialize and then I used the React library in the template, however now some fields are not working and one of them is the input I had to remove the jquery in some parts becaus...
asked by 27.06.2018 / 21:56
0
answers

PopUp Window on the Windows toolbar with React + Eletron

I am developing a basic castro solution and scheduling equipment maintenance. However I came across the following problem: According to pre-programmed periods the application should alert the user that the equipment's maintenance term is clos...
asked by 28.06.2018 / 00:17
0
answers

Enter text if the field is Null in React

I want to create a function to create a text if the property description field is empty I have following code in react, however this property description value is coming from an API React Code {property.title && <p className=...
asked by 29.06.2018 / 16:58