File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,10 @@ FastBoot allows you to render and serve Ember.js apps on the server.
77Using FastBoot, you can serve rendered HTML to browsers and
88other clients without requiring them to download JavaScript assets.
99
10- Currently, the set of Ember applications supported is extremely limited.
11- As we fix more issues, we expect that set to grow rapidly. See [ Known
12- Limitations] ( #known-limitations ) below for a full-list.
13-
14- The bottom line is that you should not (yet) expect to install this add-on in
15- your production app and have FastBoot work.
10+ While FastBoot is has decent support in the Ember ecosystem these days, some
11+ application code, add-ons or other dependencies may need to be modified to work
12+ when being rendered serverside (e.g. you cannot call the ` window ` object during
13+ FastBoot).
1614
1715## Installation
1816
You can’t perform that action at this time.
0 commit comments