Skip to content

Commit

Permalink
Documentation: Fix <ServerSideRender> 404 link (#21968)
Browse files Browse the repository at this point in the history
* Fix <ServerSideRender> 404 link

Current <ServerSideRender> component link in "live rendering in the block editor section leads to a 404.  Suggest replacing it with the editor handbook page on this component?

* Update docs/designers-developers/developers/tutorials/block-tutorial/creating-dynamic-blocks.md

Co-authored-by: Marcus Kazmierczak <[email protected]>

Co-authored-by: Marcus Kazmierczak <[email protected]>
  • Loading branch information
huntlyc and mkaz authored May 15, 2020
1 parent dc7ac8e commit 904c855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ There are a few things to notice:

## Live rendering in the block editor

Gutenberg 2.8 added the [`<ServerSideRender>`](/packages/server-side-render/README.md) block which enables rendering to take place on the server using PHP rather than in JavaScript.
Gutenberg 2.8 added the [`<ServerSideRender>`](https://github.com/WordPress/gutenberg/tree/master/packages/server-side-render) block which enables rendering to take place on the server using PHP rather than in JavaScript.

*Server-side render is meant as a fallback; client-side rendering in JavaScript is always preferred (client rendering is faster and allows better editor manipulation).*

Expand Down

0 comments on commit 904c855

Please sign in to comment.