Posts by Niibbii • 31 points
3 posts
-
0
votes0
answers229
viewsQ: Open a modal of another POO React class
I’m learning Javascript and POO so I may be doing something stupid, I’m trying to make a navbar and this navbar open different functions of different classes in other files. That part where you have…
-
0
votes1
answer50
viewsQ: Detect clicked TR go through REACT function
How to detect the TH I clicked and pass parameter in React? I wanted to make an ordination, but I’m having a hard time getting past a parameter in a TH function that I clicked, can someone help me…
-
1
votes1
answer206
viewsQ: How to use the value of a variable to define an object key?
I wanted to return a Mongodb JSON with some filters, the problem is, when I try to pass a variable through the function, it doesn’t work, this is the code: async find(req, res) { const { filter,…