Skip to content

Commit

Permalink
Update debugging-replace-renderer-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonbux committed Jan 9, 2019
1 parent b52ee92 commit 3811159
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/debugging-replace-renderer-api.md
Expand Up @@ -2,6 +2,10 @@
title: Debugging replaceRenderer API
---

## Prerequisites

If you’re not familiar with Gatsby’s lifecycle, see the overview [Gatsby Lifecycle APIs](/gatsby-lifecycle-apis/).

## What is the `replaceRenderer` API?

The `replaceRenderer` API is one of [Gatsby's Server Side Rendering (SSR) extension APIs](/docs/ssr-apis/#replaceRenderer). This API is called when you run `gatsby build` and is used to customise how Gatsby renders your static content. It can be implemented by any Gatsby plugin or your `gatsby-ssr.js` file - adding support for Redux, CSS-in-JS libraries or any code that needs to change Gatsby's default HTML output.
Expand Down

0 comments on commit 3811159

Please sign in to comment.