Posts by rafacvs • 1 point
2 posts
-
-2
votes1
answer107
viewsQ: React and Redux - update status with button
I have a button on my app that opens a Modal. I’m implementing Redux in the application, and now I’m not knowing how to make the button work again. I’m using a fixed state while still learning to…
-
-1
votes1
answer107
viewsQ: How to catch a child object using Axios?
I’m making a website using React. When I run the GET method, I get the following result On the front, the code is like this: import React from 'react' import axios from 'axios' export default class…