React Game Project - Part 3

Follow Up Questions

  1. T/F - When you import a component, you do not need to include the '.js' file extension.
  2. T/F - CSS modules file names must end with .module.css.
  3. You cannot use the class attribute in JSX to assign CSS classes to elements. What attribute must you use instead?
  4. How should you format the JSX code for an element that has many attributes?
  5. Explain how CSS modules behave differently than a regular style sheet (such as index.css).