Запитання 14
Explain static generation of React applications and its benefits.
Варіанти відповідей
Pre-rendering pages to HTML at build time to serve as static files via CDN for fast loads and SEO, supported by frameworks like Next.js and Gatsby.
Real-time rendering of pages on the client after page load.
Loading React components only when users scroll to them.
A method to compile React components into native apps.