Posts by Matheus Gomes • 36 points
3 posts
-
1
votes1
answer60
viewsA: Render Html
You can use the function replace(). Example: value.replace(/<[^>]*>/g, ''); Here he is deleting the symbols "<" and ">" and everything between them (replacing the symbols with…
-
0
votes1
answer397
viewsA: how to render a JSON in reactJS
Good afternoon, Joao, I believe the error is in the statement of function. If I’m not mistaken, Voce can’t create the procedure in the constructor. You must use the default function of React…
-
1
votes1
answer174
viewsA: how to render data from an API in Reactjs?
Good afternoon Wendel! I hope it’s not too late to present your work. I’ll try to help you: First, how you defined api in api.post? api is how you defined the library name you imported? Secondly,…