Posts by Matheus Lima • 9 points
2 posts
-
-1
votes1
answer116
viewsQ: PATCH and PUT Rails
I am doing a test for an internship where I have an api and in this api I have to have the PUT method to change a user’s data by the id and a PATCH method that changes the partial data of a user but…
-
1
votes2
answers52
viewsQ: Doubt in the structure of the code
In that code: class ShoppingList extends React.Component { render() { return ( <div className="shopping-list"> <h1>Shopping List for {this.props.name}</h1> <ul>…