Good morning,
I am totally new in the world of ReactJS. I am trying to make a trial app and I find the following.
These are my files:
BtnLink.jsx:
var BtnLink = new React.createClass({
render : function(){
return(...
I'm experimenting with JavaScript and I came across this variable scope in JavaScript, mainly with let , which is integrated in ECMAscript 6.
The problem is this:
I have a prompt that asks the user for their age and compares it in a...
I am trying to learn how to export and import modules in ES6 and it tells me in the console:
SyntaxError: export declarations may only appear at top level of a module
I'm trying something simple. I have the code so that:
archivo.js
e...
When I execute the command:
micro -p 5000 pictures.js
I get the following error ...
import {send, json} from 'micro' ^^^^^^ SyntaxError: Unexpected
import token
(Note: micro ":" ^ 6.0.2 ", node: v6.9.1)
How can I so...
I have a question.
You will see I am sending the data of my form with help of fetch like this:
const formSignin = document.querySelector('#formSignin');
formSignin.addEventListener("submit", event => {
event.preventDefault();
con...
Friends, I have the following code:
Selection Object (in the method to obtain is the relevant code):
class Seleccion extends React.Component{
constructor(){
super();
this.state ={
image : null,
selecciones:[]
}...
Good morning, I'm practically new with this technology and well I'm doing my first steps. I am with a project for my company and I would like to know if it is possible to print certain reports directly to the printer by react.
Thanks for your...
Hello friends, sorry for my ignorance in javascript but while I was reading I came across this standard and I saw that they were different, could you explain me?
What is your correct difference?
I would not like to be uninformed