angular / universal

Server-side rendering and Prerendering for Angular
MIT License
4.04k stars 481 forks source link

Why Angular Universal is not having the same features as NextJS 13 #3047

Closed alexcibotari closed 1 year ago

alexcibotari commented 1 year ago

🚀 Feature request

What modules are relevant for this feature request?

Description

NexJS 13 is bringing so many features, especially now Angular with Standalone Components can achieve the same, why not invest in it?

Describe the solution you'd like

Starting investing in SSG with Angular Standalone componenets

Describe alternatives you've considered

Move to NextJS

alan-agius4 commented 1 year ago

Which features are you interested in other than SSG with Angular Standalone?

alexcibotari commented 1 year ago

I'm missing SSG route generation. For example, I would like to generate all my pages with SSG and integration with any Headless CMS like Localess Where I have URL with all available pages (routes) and the content of every page. How I can do exactly the same in the Angular Universal world?

At the moment I see routes to be configured in angular.json or text file. and I would like to have something more development-friendly experience, like REST call or anything different that can fulfill those routs and content of routs.

alan-agius4 commented 1 year ago

Does https://github.com/angular/angular-cli/issues/25721 cover what you’d like?

alexcibotari commented 1 year ago

Perfect description

angular-automatic-lock-bot[bot] commented 1 year ago

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.