Posts by Agaka • 13 points
4 posts
-
0
votes2
answers25
viewsA: How to hide something with jquery and css
Maybe you missed a point, it should work like this: $('#ID_USER').hide();
-
1
votes3
answers127
viewsQ: How to call React routes with Nodejs?
I’m deploying a project that has Front in React and Back in Nodejs, but my host (Kinghost) asks me to deploy the Node app and within the same folder put the React Build, the FTP looks like this:…
-
0
votes0
answers53
viewsQ: How to modify the multer filename with front variables?
Good morning, I am creating an application React and Node, and at the moment I need to upload a PDF file, the code works well, but I wanted to know how when it comes to mounting the filename of the…
-
0
votes1
answer35
viewsQ: Create a table separating dates by quarter with React and Node
The table needs to look like this: She’s like this: I was able to create a table using Sequelize with the data of each unit, with cnpj and everything, and I made a table of dates related to this…