From 8aab588cd8bd5fdea167ee0bb2dd7a6f7e9fdb4a Mon Sep 17 00:00:00 2001 From: Sean Matheson Date: Mon, 23 May 2016 10:15:44 +0100 Subject: [PATCH] feat(server): Added semi-support for Server Side Rendering We now have support (kind of) for SSR, in which case we disable the rendering of the placeholders and send through null values for width/height to the wrapped components. Read the docs and tread carefully. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c30ee3..70f61c6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ * Extensive browser support. * Supports any Component type, i.e. stateless/class. * Works with React 0.14.x and 15.x.x. -* 7.67KB gzipped standalone, even smaller if bundled into your own project. +* 7.67KB gzipped standalone, even smaller if bundled with your assets. ## Index