Posts by Natan Severo • 46 points
2 posts
-
1
votes1
answer481
viewsA: Redirect after post in api with Reactjs files
If you are using react-router-dom you can use this.props.history.push('/your-path'). /your-path is the path you set in your routes that renders the Dashboard component.…
-
2
votes1
answer640
viewsA: How to place an image in json
In this case, you can put the image on base64. When you choose an image in a <input type="file">, you can capture the base64 hers.
jsonanswered Natan Severo 46