Server Side Rendering (SSR)
Dynamic content is generated by the server running on Cloud Functions. Improve performance, SEO and achieve better Core Web Vitals results. Visit /ssr to see Angular SSR in action.
Dynamic content is generated by the server running on Cloud Functions. Improve performance, SEO and achieve better Core Web Vitals results. Visit /ssr to see Angular SSR in action.
Prerendering maintains the same performance benefits of server-side rendering (SSR) but achieves a reduced Time to First Byte (TTFB), ultimately enhancing user experience. The key distinction lies in an approach where pages are served as static content, and there is no request-based rendering. Visit /ssg page to see a statically generated page served by Firebase App Hosting.
Take advantage of one of the most important features of Angular from recent releases. Deferrable views are a powerful tool that can be used to reduce the initial bundle size of your application or defer heavy components that may not be loaded until a later time. Visit /defer page to see defer in action.