Posts by gcboaventura • 1 point
4 posts
-
-1
votes1
answer17
viewsQ: addeventlistener in querySelectorAll in Reactjs
Fala galera Maybe it’s a simple problem but I’m trying to figure out why it doesn’t work, I researched here in the stack, I found similar questions but they didn’t solve the problem. I have a…
-
0
votes0
answers10
viewsQ: Route redirection in REACTJS
I have an React app that has public route (Login), private routes (Dashboard) and sub routes, which are the contents according to menu options. This is an Aside that holds the menu, and the right…
-
0
votes1
answer142
viewsA: git push origin master is not working
Bruno, Try it this way: substitute git push origin main for git push origin master
-
0
votes0
answers18
viewsQ: Problem with CORS in Reactjs application
I checked on other questions but found no answer that fits my problem. I have a Reactjs application that is on my localhost:3000 and I need to post for my API that is on my localhost:4000. The…