File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
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
@@ -626,9 +624,7 @@ The above configuration will be available in Node via the `FastBoot.config()` fu
626624
627625## Known Limitations
628626
629- While FastBoot is under active development, there are several major
630- restrictions you should be aware of. Only the most brave should even
631- consider deploying this to production.
627+ There are a few key restrictions developers should be aware of with FastBoot.
632628
633629### No ` didInsertElement`
634630
You can’t perform that action at this time.
0 commit comments