📄️ Communication on the web
We've learned to build interactive pages with React, but our pages need to communicate
📄️ APIs
When you build a React application, most of what your users see lives in the browser.
📄️ JSON
This is JSON - a format for data exchange on the web.
📄️ HTTP Tools
Postman to send and receive HTTP requests
📄️ fetch() to send http requests
How do we send requests to the server from our client?