Big Picture Flashcards
What is a benefit of React’s JavaScript-centric approach?
You use plain JavaScript for looping and conditionals.
What company open-sourced React?
What is JSX?
An HTML-like language that compiles to JavaScript.
What’s one way that JSX and HTML differ?
JSX uses className instead of class.
Why do you have to worry about version conflicts in React, but not need to with native web components?
React has a runtime, web components don’t.
What is a benefit of React’s single file approach?
You can read, understand, and work with each autonomous file in isolation.
What is ReactJS?
A UI-JavaScript library
What is the benefit of React’s virtual DOM?
It improves performance by minimizing DOM changes.
What is a benefit of React’s library ?proach
It’s light-weight and configurable