Podcast
Questions and Answers
What is the key difference between front-end frameworks and UI libraries?
What is the key difference between front-end frameworks and UI libraries?
- Libraries focus on C - Controller, while frameworks focus on all three components of MVC.
- Frameworks focus on all three components of MVC, while libraries focus on one component. (correct)
- Libraries focus on M - Model, while frameworks focus on V - View.
- Frameworks focus on V - View, while libraries focus on C - Controller.
Which JavaScript framework focuses on Model, View, and Controller components?
Which JavaScript framework focuses on Model, View, and Controller components?
- React
- Vue.js
- Ember.js
- Angular (correct)
Which rendering method is recommended for scalability and SEO benefits?
Which rendering method is recommended for scalability and SEO benefits?
- Server-Side Rendering (SSR) (correct)
- Incremental Site Regeneration (ISR)
- Client Side Rendering (CSR)
- Static Site Generator (SSG)
In React, what is the main purpose of JSX?
In React, what is the main purpose of JSX?
What is a significant difference between function components and class components in React?
What is a significant difference between function components and class components in React?
Which feature is emphasized as being used a lot in ReactJS and should be reviewed and practiced?
Which feature is emphasized as being used a lot in ReactJS and should be reviewed and practiced?
What is the main purpose of using JSX (JavaScript Syntax Extension) in ReactJS?
What is the main purpose of using JSX (JavaScript Syntax Extension) in ReactJS?
In React Function Components, what is the primary role of variables declared using UseState?
In React Function Components, what is the primary role of variables declared using UseState?
What is the recommended way to modify a variable like 'greeting' in React using UseState?
What is the recommended way to modify a variable like 'greeting' in React using UseState?
Why does the text suggest avoiding class components in React development?
Why does the text suggest avoiding class components in React development?
Flashcards are hidden until you start studying