diff --git a/README.md b/README.md index 5b5f3c923..a943f6d0b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Aloha from Justin Gordon and the [ShakaCode](http://www.shakacode.com) Team! We' * On Twitter, follow [@railsonmaui](https://twitter.com/railsonmaui) and [@shakacode](https://twitter.com/shakacode) for updates on releases. # NEWS +* 2016-07-28: If you're doing server rendering, be sure to use mini\_racer! See [issues/428](https://github.com/shakacode/react_on_rails/issues/428). It's supposedly much faster than `execjs`. * 2016-06-13: 6.0.4 shipped with a critical fix regarding a missing polyfill for `clearTimeout`, used by babel-polyfill. * 2016-06-06: 6.0.2 shipped with a critical fix if you are fragment caching the server generated React. * *See [NEWS.md](NEWS.md) for more notes over time.* diff --git a/docs/additional-reading/server-rendering-tips.md b/docs/additional-reading/server-rendering-tips.md index 30ef2421c..d03b63015 100644 --- a/docs/additional-reading/server-rendering-tips.md +++ b/docs/additional-reading/server-rendering-tips.md @@ -1,5 +1,7 @@ # Server Rendering Tips +Be sure to use mini_racer. See [issues/428](https://github.com/shakacode/react_on_rails/issues/428) + ## General Tips - Your code can't reference `document`. Server side JS execution does not have access to `document`, so jQuery and some other libs won't work in this environment. You can debug this by putting in `console.log`