31 posts tagged with "API"
View All TagsWe expand on our knowledge of React hooks by using the useEffect hook to create a Wikipedia search bar.
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
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.
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.