12.
Which JavaScript library is the foundation for building applications with Next.js?
Ember
React
Vue
Angular
Correct: B
Next.js is built upon React, a JavaScript library for building user interfaces. React introduces component-based architecture and virtual DOM, which allows for efficient updating and rendering of web applications. Next.js leverages React's capabilities to provide server-side rendering and other advanced features for building fast and dynamic web applications.