Re-using our dropdown component and Google Translate API to create a translation widget. Throttling the API requests with debounced text.
We expand on our knowledge of React hooks by using the useEffect hook to create a Wikipedia search bar.
Introduction to Hooks for functional components. Using state in functional components to toggle an accordion.
Comparing Strapi to Contentful and the trials and tribulations of setting up Strapi with a cloud based Mongo database.
Connecting Gatsby to Contentful CMS. Creating a data model and querying API endpoints with GraphQL. Pulling data into templates.
How to create a custom 404 page and the basics of React Helmet, which handles site meta-data dynamically.
Using the Markdown filepath to dynamically generate a page slug and page for each markdown file, and then linking to those pages on the post index.
Intro to GraphQL. Pulling in dynamic content from GraphQL API. Constructing data variables. Replacing GraphiQL with GraphQL Playground
Gatsby installation, pages, links, shared components, layouts, styling, plugins, CSS modules and active nav menu items.
Preventing repetitive API requests by creating a new action called fetchPostsAndUser to store author data before header component loads.