From 76310dce05de21f1beff4ed16d78f651666cb294 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Mon, 21 Mar 2022 12:39:25 +1300 Subject: [PATCH 1/2] Update outdated information in overview section about support --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0732fdf0..7ec10f3d 100644 --- a/README.md +++ b/README.md @@ -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 From af407ea497c4a6fd3ae593e20a9faa2528697656 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Date: Mon, 21 Mar 2022 12:42:00 +1300 Subject: [PATCH 2/2] Update known limitations summary line --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ec10f3d..9034eacc 100644 --- a/README.md +++ b/README.md @@ -624,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`