Skip to content

Commit

Permalink
chore(article): fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
robinboehm authored Jan 19, 2024
1 parent 3964a4b commit 9f256b2
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,13 @@ Weitere Informationen findest in der Angular Documentaion: [Getting started with

## Full App Non Destructive Hydration

![Logo Angular Hydration](https://github.com/workshops-de/angular.de/blob/master/_posts/2024-01-19-angular-17-Eine-Renaissance/hydration.jpg?raw=true)
<p class="text-center">
<img
style="max-width:60%"
src="/shared/assets/img/placeholder-image.svg" alt="Logo Angular Hydration"
class="lazy img-fluid img-rounded" data-src="hydration.jpg" data-srcset="hydration.jpg"
/>
</p>

Die in Angular 16 eingeführte Full App Non-Destructive Hydration ermöglicht eine effizientere Synchronisation zwischen Backend und Frontend in Single-Page-Applikationen (SPAs). Ein Kernvorteil dieser Technologie ist die signifikante Reduzierung des "Flickerns", das normalerweise beim Übergang vom serverseitigen zum clientseitigen Rendering auftritt.

Expand Down

0 comments on commit 9f256b2

Please sign in to comment.