Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Jan 5, 2021
1 parent 3ee00b0 commit 3f6ed32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference/release-notes/v2.30/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In v2.29 we improved the UX around long-running queries by adding a loading indi

There are certain types of build errors that haven't been detectable while developing. The most common is code that tries to access browser globals (like `window`) that don't exist in Node.js when SSRing your Gatsby site.

This is frustrating as you might develop for a while before building and only then discover the errir. Then actually fixing the problems is painful as the feedback cycle is slow as you have to run a build after each code change.
This is frustrating as you might develop for a while before building and only then discover the error. Then actually fixing the problems is painful as the feedback cycle is slow as you have to run a build after each code change.

We've been working to add SSR support to the develop server so that you can immediately see SSR bugs and get quick feedback as you fix them. With this change, whenever you do a full reload, the Gatsby dev server will deliver a SSRed HTML file along with your React code, mimicking how production Gatsby sites work.

Expand Down

0 comments on commit 3f6ed32

Please sign in to comment.