diff --git a/README.md b/README.md index 57d901c..a37da14 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,6 @@ export default renderReact( MyComponent, ); ``` + +If you want to [render a static page, +as stripping away the extra attributes can save some bytes](https://reactjs.org/docs/react-dom-server.html#rendertostaticmarkup), `renderReactStatic` is what you want.