Posts tagged with React
Form validation using React hooks
In this tutorial I'll show you how you can make a generic React hook to handle form validation.
Read more →Bundling your React app with Spring boot
In this tutorial I'll show you how you can bundle your React app together with Spring boot.
Read more →Creating your own nodes with Gatsby
Read more →
Working with Gatsby and Craft CMS
In this tutorial I'll build a blazing-fast static website with Gatsby on top of a Craft CMS blog.
Read more →Using JSON with Gatsby
Earlier, we've seen how we can use the gatsby-source-wordpress plugin to retrieve blog posts using the WordPress API. In this tutorial, we'll explore another possible source of information that Gatsby can use, such as JSON.
Read more →Writing your own Gatsby plugin
So far, I've written several tutorials about using Gatsby. What they have in common, is that they all depend on certain Gatsby plugins. In this tutorial, I'll explore the options you have when creating your own Gatsby plugin.
Read more →Adding syntax highlighting with WordPress and Gatsby
For Markdown, there are plugins to add syntax highlighting to your Gatsbby website. In this tutorial we'll explore the alternatives for adding syntax highlighting through WordPress.
Read more →Optimize loading images with WordPress and Gatsby
Displaying embedded images within WordPress posts using Gatsby is officially unsupported, but in this tutorial we'll explore alternatives.
Read more →Adding reading time with Gatsby
Popular online blogging platforms like Medium add an estimated reading time to each post. In this tutorial we'll achieve the same thing by using Gatsby.
Read more →Working with Gatsby and pagination
Gatsby is an awesome static site generator, and in this tutorial I'll look at how to implement pagination using Gatsby.
Read more →