Skip to main content

31 posts tagged with "API"

View All Tags

We expand on our knowledge of React hooks by using the useEffect hook to create a Wikipedia search bar.

Querying for a specific Strapi post using GraphQL query variables.

Connecting Gatsby to Contentful CMS. Creating a data model and querying API endpoints with GraphQL. Pulling data into templates.

Intro to GraphQL. Pulling in dynamic content from GraphQL API. Constructing data variables. Replacing GraphiQL with GraphQL Playground

Fetching author data by matching author ID from posts in a React-Redux based blog app.

How to fetch data from an API inside React using Redux and Redux-Thunk. Using that data to display a list of blog posts.

Making API requests with Axios, using Async Await for returned data. Looping over returned data. Axios custom client.

Environment variables are how you keep credentials like API keys secret when you upload your code to a public repository.

How to construct and display the results of dynamic API requests in an Express application.

The Application Programming Interface is how code/computers talk to each other, and provides an easy way to collect data or services from external sources.

Using the Postman application to test POST routes inside of an Express application. Sending data to the application with a form.