Skip to content

Commit

Permalink
Merge pull request #891 from rahulk94/chore/remove-outdated-readme-wa…
Browse files Browse the repository at this point in the history
…rnings
  • Loading branch information
rwjblue authored Jun 13, 2022
2 parents ec6f0ec + af407ea commit b76eb3e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ FastBoot allows you to render and serve Ember.js apps on the server.
Using FastBoot, you can serve rendered HTML to browsers and
other clients without requiring them to download JavaScript assets.

Currently, the set of Ember applications supported is extremely limited.
As we fix more issues, we expect that set to grow rapidly. See [Known
Limitations](#known-limitations) below for a full-list.

The bottom line is that you should not (yet) expect to install this add-on in
your production app and have FastBoot work.
While FastBoot is has decent support in the Ember ecosystem these days, some
application code, add-ons or other dependencies may need to be modified to work
when being rendered serverside (e.g. you cannot call the `window` object during
FastBoot).

## Installation

Expand Down Expand Up @@ -626,9 +624,7 @@ The above configuration will be available in Node via the `FastBoot.config()` fu
## Known Limitations
While FastBoot is under active development, there are several major
restrictions you should be aware of. Only the most brave should even
consider deploying this to production.
There are a few key restrictions developers should be aware of with FastBoot.
### No `didInsertElement`
Expand Down

0 comments on commit b76eb3e

Please sign in to comment.