Posts by Luan • 59 points
4 posts
-
1
votes1
answer3537
viewsA: How to make a search system with React
I found the answer to this, just call the default function in React "componentDidUpdate()". Add it within the Postings class. componentDidUpdate() { this.loadPostings() }…
-
1
votes1
answer3537
viewsQ: How to make a search system with React
I would like to know how to create a search system inside the React having an input and another search button, preferably using React-router if you have how to do it. In particular I’m trying to use…
-
2
votes2
answers23806
viewsA: How to insert image using React.js
The answer is simpler than it looks, it’s pretty much the same thing you do with HTML, but add the concept of React. import React from 'react' import imgagemEscolhida from 'endereco-da-imagem'…
-
1
votes1
answer78
viewsQ: jSSC does not find the USB ports of my PC
I am doing a project in Java using the jSSC library, but when I use the method of listing the ports nothing appears. I tested on another computer and worked perfectly, but on my personal computer…