python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Double rendering for ReactJs component with Routes
In reactJs, I used to work the following code to declare routes :
<Route exact path="/" component={Home} />
But I saw that it changed to this syntax
<Route exact path="/"...

jozinho22
Votes: 0
Answers: 1
d3.js, multiple script tags blocking eachother
I am new to JavaScript and HTML, and am writing my first webpage. I want to insert two different visualisations made with d3.js (which each have different .js files) in my html file. The second is not...
ben-austin27
Votes: 0
Answers: 1
TypeError undefined is not a function (near...map)
I'm trying to implement a simple filter section to filter results of an array that I'm mapping and when my function is finding the correct answer and is supposed to change the state, the results are n...

Mike Fisher
Votes: 0
Answers: 2
How to filter array and rerendering results in ReactJS
I'm building a finance stock exchange website, I'm currently trying to filter results according to a select menu and rerendering the results in ReactJs. My filter function is working and find the corr...

Mike Fisher
Votes: 0
Answers: 1