docs(angular): add hydration content (#6913)

pull/6937/head
J. Degand 2 months ago committed by GitHub
parent 5a0d23dcf1
commit 2dd3edadf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      src/data/roadmaps/angular/content/hydration@NY_MfBNgNmloiRGcIvfJ1.md

@ -1 +1,10 @@
# Hydration # Hydration
Hydration is the process that restores the server-side rendered application on the client. This includes things like reusing the server rendered DOM structures, persisting the application state, transferring application data that was retrieved already by the server, and other processes. Hydration can be enabled for server-side rendered (SSR) applications only. You can enable hydration manually by visiting your main application component or module and importing `provideClientHydration` from `@angular/platform-browser`.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Hydration](https://angular.dev/guide/hydration)
- [@official@Angular Official Docs - provideClientHydration](https://angular.dev/api/platform-browser/provideClientHydration)
- [@article@Angular Hydration](https://www.bacancytechnology.com/blog/angular-hydration)
- [@video@Angular SSR Deep Dive (With Client HYDRATION)](https://www.youtube.com/watch?v=U1MP4uCuUVI)
Loading…
Cancel
Save