Tag: Client-Side-Rendering
How does work Server-Side Rendering (SSR) in Angular 17 ?
- Natan Ferreira
- 0
- 162
Angular 17 has undergone significant modernization, introducing new syntax, and features, and achieving better performance. Notably, they made substantial transformations. In this post, we will focus on Server-Side Rendering (SSR). SSR Now, when creating a project, there’s a straightforward option to enable SSR. To create a new project with SSR, run: To add to an…
Read MoreWhat is Client-Side Rendering, Server-Side Rendering and Static Site Generator ? How does it work in Angular ?
- Natan Ferreira
- 0
- 46
The types of rendering are crucial in a system. First and foremost, we need to understand the client’s requirements, and then we can determine which rendering type is the better choice.All rendering types have their own set of advantages and disadvantages; let’s explore each of them. Requirements You can find more here: https://nodejs.org/en https://angular.io/cli Client-Side…
Read More