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