-
Notifications
You must be signed in to change notification settings - Fork 257
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
Repo no longer maintained? Everything is way outdated #1660
Comments
@DerHerrGammler We are working on a new release. Everything is done except for the schematics. |
Sounds great @SanderElias! Is there a platform used to post updates that your community could use to see what's been going on? -- edit Noticed ScullyIO Gitter channel is prob the best place :) |
Awesome!! Thanks for getting back to us!! |
RIP @_@ |
@SanderElias is there any update about the future of Scully? I mean will it be pushed and updated soon or is it more in maintenance mode and there is no plan to actively develop on it? I really liked scully but since a while it seems this repo won't be updated anymore at all. For example it won't work properly with Angular 16 or 17 since the peerDependencies they request doesn't match. |
We have an updated Scully is currently in schrödinger mode. It might be a bit longer before it gets out of that, and depending what is possible with the current evolvements in Angular. |
Is there any plans on updating to angular v17? Let me put it in a different way:
|
@djFooFoo V17 comes with a form of route discovery, but this is still not accessible by Scully. I'm talking to the team to get access to integrate this and regain the automated route discovery. The errors you get with npm install result from the package.json restrictions. There will be a new release that doesn't error, but while so many things are still up in the air, oh well, read my previous message in this thread. There will be a next version that addresses everything, but it will take time. Everyone currently involved with Scully is doing this in their spare time. We are all very busy. I will try pushing out a new beta version in the upcoming weeks, to get at least rid of the npm errors. |
I think this has not been addressed in the last comment and I'd like to understand the extent of the SSR stuff that now is baked into Angular 17... Is Scully still relevant in front of Angular 17 considering that we can also run pre-rendering natively on Angular? |
Just tested out prerendering in Angular 17 and as far as I can tell it works the same way as in scully essentially. The only thing that I noticed is that if we include routes in Other than that it looks like Apples to Apples so far. |
What I've been able to test is that Angular's pre-rendering capabilities only work for the initial request to the app. At that point it will load the pre-rendered page and, afterwards, the remaining bundle of the SPA, so that's what it's going to keep loading afterwards, performing requests against whatever you're using as backend as it would normally do. |
Is this library still maintained? I can't see any update in the source code after 2022. |
They are trying to change many things altogether and then getting stuck. (Also, it is easier to give suggestions when I am not the one building it. So we would never understand the complexities until we are part of the development process) |
We recently updated to Angular 17 and the biggest thing we see now is the delay in Scully transitioning from the static site to the dynamic site. Angualr no longer exports the Zone Task Tracker, so scully defaults to just waiting 5 seconds before it transitions to the angular site. This affects our site performance/usability. See #1675 Any workarounds / fixes for this issue? It feels like as the v3 beta is developed, we should at least have hot fixes for the v2 version to keep it alive and performing ok. |
It seems like with Angular 17.3, Angular is a lot better in transitioning from static pre-rendered site to dynamic SPA app. There is no flash in between. So things like flash prevention plugin are no longer needed. I also tested the angular prerender command in 17.3 and it works really well. It seems like Angular now supports the core part of Scully. Perhaps that makes the job of Scully team easier. Angular prerender command is great. We just need now a build pipeline that Scully provides to minify images, add SEO tags, convert markdown to blog html pages, etc... |
For me it seems that this repo is no longer active maintained and updated to the latest versions and features of angular.
Do anyone plan to update the repo or is this repo droped and nobody care anymore?
I realy like the idea of this repo but when its not updated anymore it is probably not worth the try
The text was updated successfully, but these errors were encountered: