Skip to content

Commit 76310dc

Browse files
author
Rahul Kumar
committed
Update outdated information in overview section about support
1 parent 0f1dc96 commit 76310dc

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ FastBoot allows you to render and serve Ember.js apps on the server.
77
Using FastBoot, you can serve rendered HTML to browsers and
88
other 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

0 commit comments

Comments
 (0)