Code Bushi

Web development tips and resources to elevate your coding journey.

Home Banner

July 13, 2019

Fetching Dynamic Data with Gatsby.js

Gatsby.js is more than just an awesome static site generator, it can also fetch data dynamically like you would with Create React App. We explore what that dynamic data fetching looks like.

Read More

April 17, 2018

GraphQL API with React.js

A tutorial for using modern GraphQL APIs with React.js. We'll use the GraphiQL explorer to construct our query and then use React and axios to make the API request.

Read More

November 19, 2017

Using Gatsby Image V1

Gatsby-image is a React component that works with Gatsby.js to give you an easy way to load and optimize images on a website.

Read More