Frontend meetup quiz: Present and Future of Modern Web
Question 1/5
You are developing a page in your web app that is entirely static and should load as fast as possible. Which data fetching strategy would you choose?
1
Client-side Rendering (CSR)2
Server-side Rendering (SSR)3
Incremental Static Generation (ISG)4
Static Site Generation (SSG)You are choosing a framework / library for your new web app. Your key requirements are toolchain flexibility, rich ecosystem and maintainability. Which framework / library is most likely to fulfill your requirements?
1
React2
jQuery3
Angular4
Vue