Posts by Danillo Parreira • 101 points
1 post
-
0
votes1
answer1163
viewsQ: React - Why does using a global variable to store this make React see only the last reference?
I am learning reactjs and I came across a situation that I need help to understand, and being specific I couldn’t find any reference to it. I have the file Input.js import React, { Component } from…