Skip to content

Commit

Permalink
Merge pull request #10501 from nvh95/patch-1
Browse files Browse the repository at this point in the history
docs: Make hyperlink consistent
  • Loading branch information
matrush authored Jun 17, 2022
2 parents 706aaa1 + a06798b commit f0855c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/pre-rendering-into-static-html-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Pre-Rendering into Static HTML Files
sidebar_label: Pre-Rendering Static HTML
---

If you’re hosting your `build` with a static hosting provider you can use [react-snapshot](https://www.npmjs.com/package/react-snapshot) or [react-snap](https://github.com/stereobooster/react-snap) to generate HTML pages for each route, or relative link, in your application. These pages will then seamlessly become active, or “hydrated”, when the JavaScript bundle has loaded.
If you’re hosting your `build` with a static hosting provider you can use [react-snapshot](https://www.npmjs.com/package/react-snapshot) or [react-snap](https://www.npmjs.com/package/react-snap) to generate HTML pages for each route, or relative link, in your application. These pages will then seamlessly become active, or “hydrated”, when the JavaScript bundle has loaded.

There are also opportunities to use this outside of static hosting, to take the pressure off the server when generating and caching routes.

Expand Down

0 comments on commit f0855c3

Please sign in to comment.