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

  Рет қаралды 14,165

Angular

Angular

Күн бұрын

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.
Check out our website → goo.gle/AngularDev
Watch more videos about Angular v17 → goo.gle/Angularv17
Subscribe to Angular → goo.gle/Angular
#Angular

Пікірлер: 25
@albanx1
@albanx1 6 ай бұрын
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.
@michaelfaith
@michaelfaith 6 ай бұрын
Great work on the new release
@rodolfoa.calvojaubert9953
@rodolfoa.calvojaubert9953 Ай бұрын
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
@AmarSingh-uw1db
@AmarSingh-uw1db 6 ай бұрын
Awesome ❤
@neerajpathania261
@neerajpathania261 6 ай бұрын
I am facing an issue with deply ssr angular aap. What is the best way to host it.
@darkjuful
@darkjuful 6 ай бұрын
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?
@user-ku2xk9uc8x
@user-ku2xk9uc8x 6 ай бұрын
a comparison review between nextjs and Angular framework on SSR/SSG?
@DavidSchmidt07
@DavidSchmidt07 6 ай бұрын
This would be great
@sachin.tandon
@sachin.tandon 6 ай бұрын
How do I use Angular SSR, with Spring Boot Kotlin? Do you have a written guide somewhere?
@DavidSchmidt07
@DavidSchmidt07 6 ай бұрын
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.
@albanx1
@albanx1 6 ай бұрын
The server that handles the SSR at the end of the day it is just an express server, you will see that the basic examples handles the angular routes, and static files: // static files server.get('*.*', express.static(browserDistFolder, { // Angular routes server.get('*', (req, res, next) => { you can extend it to handle your custom API (but honestly I do not see the point doing that) like: server.get('/api', (req, res, next) => { I would still keep the API separated from the SSR service
@LarsRyeJeppesen
@LarsRyeJeppesen 6 ай бұрын
Really struggling with i18n and ssr. Hope they address it
@jonathangamble
@jonathangamble 6 ай бұрын
We need to remove express dependency so we can deploy it on the edge!!!
@user-bf7du4tk8l
@user-bf7du4tk8l 4 ай бұрын
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
@Angular
@Angular 4 ай бұрын
Can you explain a bit more of what you mean? Trying to figure out if this is an issue we should raise on GitHub. Any more information would be helpful, thank you!
@user-bf7du4tk8l
@user-bf7du4tk8l 4 ай бұрын
@@Angular Sorry, it was a problem with the testbed certificate (rejectUnauthorized: false). Thank you for your work
@Angular
@Angular 4 ай бұрын
@@user-bf7du4tk8l So glad you found a solution! If anything comes up, let us know
@user-iu1xg6jv6e
@user-iu1xg6jv6e 6 ай бұрын
I've tried it in a new fresh project and it's not stable!
@LarsRyeJeppesen
@LarsRyeJeppesen 6 ай бұрын
Very stable for us
@kylerjohnson988
@kylerjohnson988 6 ай бұрын
Stable for me, too. What issues are you running into?
@Sky-sk2cl
@Sky-sk2cl 6 ай бұрын
Same for is very stable
@Angular
@Angular 6 ай бұрын
Hmm, what's the issue that you are having?
@user-iu1xg6jv6e
@user-iu1xg6jv6e 6 ай бұрын
​@@Angular Sum up: Seems I was wrong, and if something is wrong, more likely not related to SSR. As I recall 1. I was not seeing content in page source 2. errors were thrown in `ng serve` even after error is fixed. I've just tried to recreate what I did before: `ng serve` is working fine with initial template, then tried to change app.component's template, I tried adding @defer viewport (without @placeholder), I got an error, fixed it and saved, then changed the template in @defer and @placeholder few times But couldn't see the changes in browser!
@kartikwatwani
@kartikwatwani 6 ай бұрын
Receiving error Schematic "ssr" not found in collection "@schematics/angular". on running ng add @angular/ssr
@AlainBoudard
@AlainBoudard 6 ай бұрын
Feel a little bit sad for the very name Angular Universal ? 🥲
Deferrable views in Angularv17
6:04
Angular
Рет қаралды 20 М.
A Worlds First On This Top Tier Radio - TIDRadio H3
11:52
Tech Minds
Рет қаралды 10 М.
Can You Draw The PERFECT Circle?
00:57
Stokes Twins
Рет қаралды 90 МЛН
ISSEI funny story😂😂😂Strange World | Magic Lips💋
00:36
ISSEI / いっせい
Рет қаралды 189 МЛН
The Drawback of Client Side Rendering
9:46
Ben Awad
Рет қаралды 180 М.
Choosing between SSR, SSG, and dynamic rendering in Astro
12:19
Coding in Public
Рет қаралды 14 М.
Rethinking reactivity with Angular Signals
10:57
Angular
Рет қаралды 18 М.
New Control Flow in Angularv17
3:29
Angular
Рет қаралды 17 М.
Resolve Git MERGE CONFLICTS: The Definitive Guide
8:02
The Modern Coder
Рет қаралды 22 М.
Angular hydration explained
4:58
nivek
Рет қаралды 9 М.
Getting started with Angular Signals
11:03
Angular
Рет қаралды 38 М.
How To Make Angular Code More Reusable
19:14
Decoded Frontend
Рет қаралды 26 М.
Hydration Explained
4:36
Awesome
Рет қаралды 20 М.
#маратклубника
0:14
Марат Мифтахов
Рет қаралды 10 МЛН
狼来了的故事你们听过吗?#天使 #小丑 #超人不会飞
0:42
超人不会飞
Рет қаралды 32 МЛН
Спор в машине 2
0:25
Masha Klevo
Рет қаралды 4,7 МЛН
Ну Лилит))) прода в онк: завидные котики
0:51
1000 iq guy 😱 @fash
0:11
Tie
Рет қаралды 14 МЛН