Posts by Rodrigo Godoy • 11 points
2 posts
-
0
votes1
answer1187
viewsA: How to get json data with React, fetch and Rest api?
import React, { Component } from 'react'; import { BrowserRouter as Router, Route, Link } from…
-
0
votes1
answer1187
viewsQ: How to get json data with React, fetch and Rest api?
I’m doing some studies with React, and for that I’m pulling a JSON from Restapi Wordpress. When I put something like fetch("https://pulsemaker.com.br/wp-json/wp/v2/posts/179") It works just fine,…