Skip to content

Commit

Permalink
feat(server): Added semi-support for Server Side Rendering
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ctrlplusb committed May 23, 2016
1 parent 764adcf commit 8aab588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8aab588

Please sign in to comment.