Posts by Jessica Felix • 1 point
1 post
-
-1
votes2
answers2357
viewsA: How to call two functions in onClick (Reactjs)?
I did it in a very similar way to what Sergio suggested, but without using the this. Here, I call a view (goToSendPage) with the click of the button and also send data to an endpoint (apiCallData).…