Book Image

Elevating React Web Development with Gatsby

Book Image

Elevating React Web Development with Gatsby

Overview of this book

Gatsby is a powerful React static site generator that enables you to create lightning-fast web experiences. With the latest version of Gatsby, you can combine your static content with server-side rendered and deferred static content to create a fully rounded application. Elevating React Web Development with Gatsby provides a comprehensive introduction for anyone new to GatsbyJS and will help you get up to speed in no time. Complete with hands-on tutorials and projects, this easy-to-follow guide starts by teaching you the core concepts of GatsbyJS. You'll then discover how to build performant, accessible, and scalable websites with the GatsbyJS framework. Once you've worked through the practical projects in the book, you'll be able to build anything from a personal website to large-scale applications with authentication and make your site rise through those SEO rankings. By the end of this Gatsby development book, you'll be well-versed in every aspect of the tool's performance and accessibility and have learned how to build client websites that your users will love.
Table of Contents (18 chapters)
1
Part 1: Getting Started
7
Part 2: Going Live
12
Part 3: Advanced Concepts

What this book covers

Chapter 1, An Overview of Gatsby.js for the Uninitiated, provides baseline knowledge of what Gatsby.js is and explains the guiding principles we will be using in later chapters to build our web application.

Chapter 2, Styling Choices and Creating Reusable Layouts, shows how to make an informed choice about the way you would like to style your application. We will cover using CSS, SCSS, styled-components, and Tailwind.css.

Chapter 3, Sourcing and Querying Data (from Anywhere!), gets you to a position where you can comfortably source and ingest data into your Gatsby projects from a multitude of different sources.

Chapter 4, Creating Reusable Templates, explains how to use your sourced data to programmatically create site pages, blog posts, and more!

Chapter 5, Working with Images, shows you how to master the art of adding responsive images to your Gatsby site without impacting performance.

Chapter 6, Improving Your Site's Search Engine Optimization, explains how SEO works, what search engines look for within your site pages, and how to improve your site's presence on the web.

Chapter 7, Testing and Auditing Your Site, covers testing and auditing your application using industry-standard tooling.

Chapter 8, Web Analytics and Performance Monitoring, explains how to add analytics to your site and use your audience to make your site even better!

Chapter 9, Deployment and Hosting, shows how to take the project we have been working on and deploy it for the world to see!

Chapter 10, Creating Gatsby Plugins, covers creating source and theme plugins and explains how to contribute them to the Gatsby plugin ecosystem.

Chapter 11, Creating Authenticated Experiences, shows you how to add protected routes to create logged-in experiences on your site.

Chapter 12, Using Real-Time Data, explains how you can use sockets to create experiences that make use of real-time data.

Chapter 13, Internationalization and Localization, covers patterns you can use to make translating your site as it scales simple.