Latest updates for Server Side Rendering (SSR) in Angular V17

preview_player
Показать описание
Learn about the latest updates for SSR in Angular. Find out how we’re giving developers a better smoother experience when creating applications that support server side rendering and hydration.

#Angular
Рекомендации по теме
Комментарии
Автор

I have to say with the latest ssr changes, I removed a lot of boilerplate build code that I used to build and copy the SSR code, well done Angular.

albanx
Автор

There is a lot of problems with LocalStorage, document things that, is there somewhere to see what exactly is the things we cannot use? A good documentation became the official documentation i cant find anything

rodolfoa.calvojaubert
Автор

We need to remove express dependency so we can deploy it on the edge!!!

jonathangamble
Автор

Hello, this may not be the place to discuss this, but I was reading an issue on github of the ionic framework (issues/28534) that comments on excellent feedback about being able to add support for web components to angular/ssr. They plan to add this support in the future?

darkjuful
Автор

How do I use Angular SSR, with Spring Boot Kotlin? Do you have a written guide somewhere?

sachin.tandon
Автор

Does anyone know of any advanced setup examples of angular/ssr that has additional api endpoints defined? The offical docs say "This server can be extended to support other features such as API routes, redirects, static assets, and more." but i cant find anything beyond the basics. Im trying to decide if I should use angular/ssr or sveltekit for a project.

DavidSchmidt
Автор

Really struggling with i18n and ssr. Hope they address it

LarsRyeJeppesen
Автор

When viewing the page code, I do not see the part that is displayed during requests in the onInit block, if I can only render static information, then SSR is simply useless

АннаСоловьева-ъд
Автор

I've tried it in a new fresh project and it's not stable!

iuxgjve
Автор

Feel a little bit sad for the very name Angular Universal ? 🥲

AlainBoudard