Posts by Rodolfo Marques • 23 points
1 post
-
2
votes1
answer7851
viewsQ: consume Rest api with React and render the data in a table
my code: import React, { Component } from 'react' import axios from 'axios' import PageHeader from '../template/pageHeader' import cadastroForm from './cadastroForm' import cadastroList from…