ktrammell95 / ReactI-Assignments

Assignment repo for React I part-time course
0 stars 0 forks source link

Assignment 8 - What do you know? What don't you know? #8

Open lizthrilla opened 5 years ago

lizthrilla commented 5 years ago

Your homework for this week is to look over the follow questions and answer them as best you can. Don't worry if you don't know something, you can look it up or leave it blank. We have gone over everything on this list, so nothing should be absolutely brand new.

  1. What is React?
  2. How would you set up a React app? (basic structure and boilerplate)
  3. What are the two types of components you can create in React?
  4. Why would you choose one over the other?
  5. What is the virtual DOM?
  6. What is JSX? Why can't the browser read JSX? How do you get it to read it?
  7. Explain props.
  8. Explain state.
  9. Compare and contrast a stateless component and a stateful component.
  10. Explain the component lifecycle.
  11. What is an event in React?
  12. What are hooks?

Next week we will go over React Router!