Sunbird-RC / community

Repo to enable discussions, issue tracking & documentation for the Sunbird-RC projects
MIT License
12 stars 23 forks source link

R & D - Angular universal (Server-side rendering) #748

Open Pratikshakhandagale opened 1 year ago

Pratikshakhandagale commented 1 year ago

This feature help us:

It allows you to create fast, SEO-friendly, and accessible Angular applications that provide a better user experience, improved performance, and increased discoverability.

also Its helpful for Social media sharing and previews, when sharing links to Angular applications on social media platforms, server-side rendering becomes essential. By providing the complete HTML content upfront, social media platforms can extract metadata, generate previews, and display rich content, including images and descriptions.

Pratikshakhandagale commented 1 year ago

Note: We are not going to implement this approach. As discussed with other team members, those who implemented Angular Universal in the project did not have a good experience with it. It took them a lot of time to implement and they encountered numerous issues. Therefore, we have decided to skip this approach.