-
-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSR (fastboot) by default #544
Comments
I feel like this could turn into another CSP (which was included by default at one time but then removed), it's good to implement but might be a bit too much for on-boarding. Just another thing for new folks to learn/understand while also learning ember. Don't get me wrong, I like the push for making full-fledged, modern, enterprise, whatever.. apps, but I know we're also trying to reduce the learning-curve too. |
I think a direction this proposal could take would rather then having fastboot be on by default, identifying the bifurcations that are required for fastboot, and making some of those more seamless so there is less friction when choosing to adopt fastboot. |
I too see this as another barrier to on-boarding users. Documentation is king. As with most of Ember, this is an area that needs serious amounts of investment to ensure users can learn about & adopt FastBoot with ease, or at least be aware of the patterns used to make apps FastBoot compatible. |
In general I do think we should figure out a way to move forward. I agree completely that we need to avoid rolling FastBoot out to new apps by default until at least these points are addressed:
|
I’m on board with a phased rollout. But I think it’s really important for core team to signal that FB is a core feature of ember. What’s a good first step? Include in the default but turn off by default? Where would the testing story be developed if we didn’t do this? |
I'm onboard with it being the default as long as we can figure out how to make it more resilient and not take down the server/memory issues any time there is a bug in your app. Like still rendering but partial with good errors, maybe even rendered to the screen. |
this won't happen until it's actually used and treated as a core feature, IMO
As long as the Ember Welcome Page doesn't cause leaks, I don't think this is a problem. |
Closed by #579. |
motivation
The text was updated successfully, but these errors were encountered: