Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 844 Bytes

File metadata and controls

17 lines (11 loc) · 844 Bytes

React Rest Example

This is a simple React example showing how to consume a restful API.

Run npm run start to start the JSON server and the React client.

Tools

Versions

  • Version 3.1 - Example using hooks and async/await. React version 17.0.1
  • Version 3.0 - Example using hooks and async/await. React version 16.13.1
  • Version 2.0 - Example using a class component and async/await. React version 16.13.1
  • Version 1.0 - Example using a class component and promises. React version 16.13.1.