Skip to content

Commit

Permalink
Fix link to server-side-render component (#8546)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitbohra authored and noisysocks committed Aug 6, 2018
1 parent 3a52e52 commit b941b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blocks/creating-dynamic-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ There are a few things to notice:

## Live rendering in Gutenberg editor

Gutenberg 2.8 added the [`<ServerSideRender>`](https://github.com/WordPress/gutenberg/tree/master/components/server-side-render) block which enables all the 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 the preferred implementation.
Gutenberg 2.8 added the [`<ServerSideRender>`](https://github.com/WordPress/gutenberg/tree/master/packages/components/src/server-side-render) block which enables all the 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 the preferred implementation.

{% codetabs %}
{% ES5 %}
Expand Down

0 comments on commit b941b5e

Please sign in to comment.